You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can happen that a job is given to multiple clients. While this is not a critical point, as Chronos simply uses the last submitted result, it causes a significant waste of time.
One approach would be to introduce a new job state " initializing" between "sheduled" and running.
The text was updated successfully, but these errors were encountered:
It can happen that a job is given to multiple clients. While this is not a critical point, as Chronos simply uses the last submitted result, it causes a significant waste of time.
One approach would be to introduce a new job state " initializing" between "sheduled" and running.
The text was updated successfully, but these errors were encountered: