-
Notifications
You must be signed in to change notification settings - Fork 56
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
[Feature request] allow signals to be sent to workers as well #120
Comments
What are the use cases? |
any kind of code/db maintenance |
That tells me very little, please elaborate. |
an active server needs to be taken down for scheduled maintenance. There are still N jobs in a queue to be processed. Graceful worker shutdown ensures database integrity. Actually, not a big deal, i am doing this from the command line, just thought a Minion button would be more convenient. |
I can't really think of a scenario where i would want to send a signal to the worker from the ui. For maintenance tasks i would have a shell open on the machine anyway, and then just deal with it via |
In the new minion version, there's this nice button to send signals to jobs.
My request is to have the exactly same button on the workers subpage. E.g. for gracefully stopping a worker by sending it an INT signal.
The text was updated successfully, but these errors were encountered: