-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old job with Computing
status in Jobs List. Invalid Ready
state of activities.
#108
Comments
Maybe we should move Windows process Job related code from It could be moved into dedicated crate in lets say |
Computing
status in Jobs ListComputing
status in Jobs List. Invalid Ready
state of activities.
@nieznanysprawiciel |
NVM |
The problem:
Computing
statusComputing
job does not follow list ordering (by date)Reproduction scenario:
ya-provider
process (noteya-runtime-ai
does not stop when provider is killed)yagna
, and clickStart
againList Jobs
. There should be a job in aComputing
stateCause:
After killing
ya-provider
activity's state stays asReady
, and at no point later it gets changed.Attachment contains Golem module's data dir.
When imported and started it should display in Jobs List an activity
6ca83ac1079122b87f460587e2c344f1909c090fbc13c74a2a7474fc12140cb1
withComputing
statusgolem-data.tar.gz
Solution proposal:
monitor_activity
for all not terminated Activities: https://github.com/golemfactory/yagna/blob/60d103cfcd9194a38afd285dc20f0651a3d9e22d/core/activity/src/provider/service.rs#L197-L203Unresponsive
This solution allow to destroy activities, but doesn't close possibility of bringing activities back to live after restart.
The text was updated successfully, but these errors were encountered: