mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
This will restore graceful shutdown of workers by master. Also worker_int callback is moved from handle_exit (INT and TERM before switching) to handle_quit(INT and QUIT).