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
Checked that there is not already provided the described functionality
Description
At the moment, when the workers are restarted, they do so the work they're performing is interrupted. Following this Stackoverflow answer provided by @juanriaza, the workers can be gracefully restarted by sending them SIGINT kill signal.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
At the moment, when the workers are restarted, they do so the work they're performing is interrupted. Following this Stackoverflow answer provided by @juanriaza, the workers can be gracefully restarted by sending them
SIGINT
kill signal.The text was updated successfully, but these errors were encountered: