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
Hey! For now when you use supervisor or if you wanna try "soft stop" the queue worker by SIGTERM it will be killed/exited immediately.
I think app should support SIGTERM (or maybe others) signal and stop the process after finish currently running task.
It will be helpful for ex when you release new version of application and you want to stop, upgrade and restart queue workers without loosing or interrupting any work.
Hey! For now when you use supervisor or if you wanna try "soft stop" the queue worker by SIGTERM it will be killed/exited immediately.
I think app should support SIGTERM (or maybe others) signal and stop the process after finish currently running task.
It will be helpful for ex when you release new version of application and you want to stop, upgrade and restart queue workers without loosing or interrupting any work.
Helpful Links
https://www.php.net/manual/en/function.pcntl-signal.php
http://www.hackingwithphp.com/16/1/1/taking-control-of-php
The text was updated successfully, but these errors were encountered: