mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fix eventlet patching by performing the patching before the `init_process` method, which does not return, is called. This fix depends on bumping the required version to 0.24.1, which contains a fix for the monotonic clock. See the relevant commit: eventlet/eventlet@82f1877 This commit reverts 120f503f68929ef98d721a406745a1dbbb9d83fe Fix #1847 Fix #1884