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
{{ message }}
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
I'm seeing strange behaviour upon sending a SIGQUIT signal to a worker. If the worker is instantiated as follows:
then the SIGQUIT doesn't trigger a call to
$worker->shutdown()
. However, if it is instantiated as follows:then the SIGQUIT does trigger a call to
$worker->shutdown()
. Strangely enough, doing the following:then the SIGQUIT again behaves as expected and triggers a call to
$worker->shutdown()
.Any idea what's going on?
The text was updated successfully, but these errors were encountered: