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
Hi, could you please try this with uvloop 0.5.4? I've completely reimplemented how signals are handled (now it's exactly the same same as to how asyncio handles them).
Long story short
gunicorn defines two callbacks that are called after receiving SIGINT/SIGQUIT & SIGABRT.
Gunicorn[UVLoop]WebWorker
call them.Expected behaviour
The callbacks get called.
Actual behaviour
The callbacks don't get called.
Proposed fix
Call the callbacks like
gunicorn.workers.base.Worker
does:The text was updated successfully, but these errors were encountered: