mirror of
https://github.com/smittix/intercept.git
synced 2026-06-02 11:13:37 -07:00
2de592f798
When stopping gunicorn with Ctrl+C, the gevent worker's handle_quit() calls sys.exit(0) inside a greenlet, causing gevent to print a SystemExit traceback. Add a gunicorn config with post_worker_init hook that marks SystemExit as a non-error in gevent's hub. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
626 B
626 B