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
When i submit a task with a bug on it, daisy try to solve it by submitting ~infinite number of workers.
Is it possible to set worker resubmission as option?
The text was updated successfully, but these errors were encountered:
I took a quick stab at this and it turns out it is surprisingly difficult to stop the worker pools since it seems there is quite a bit of code trying to make sure we restart workers on error, trying to be robust to unexpected failures.
For now I have pushed a SerialServerhere that you could use for easier debugging of process_block functions.
When i submit a task with a bug on it, daisy try to solve it by submitting ~infinite number of workers.
Is it possible to set worker resubmission as option?
The text was updated successfully, but these errors were encountered: