mirror of
https://github.com/smittix/intercept.git
synced 2026-06-21 11:48:28 -07:00
fix: remove manual gevent monkey-patch that blocked gunicorn worker boot
Gunicorn's gevent worker (-k gevent) handles monkey-patching internally. The manual patch_all() in app.py ran in the master process before worker fork, preventing the worker from booting (no 'Booting worker' log line, server unreachable). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Reference in New Issue
Block a user