Skip to content
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

Enable blocking worker resubmission #56

Open
mzouink opened this issue Jun 28, 2024 · 1 comment
Open

Enable blocking worker resubmission #56

mzouink opened this issue Jun 28, 2024 · 1 comment

Comments

@mzouink
Copy link
Contributor

mzouink commented Jun 28, 2024

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?

@pattonw
Copy link
Collaborator

pattonw commented Aug 27, 2024

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 SerialServer here that you could use for easier debugging of process_block functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants