This commit is contained in:
Kenneth Kehl
2025-07-11 12:06:24 -07:00
parent 7fac1c41a8
commit 9cca19d765

View File

@@ -4,11 +4,12 @@ import sys
import traceback
import eventlet
import eventlet.debug as debug
import gunicorn
eventlet.monkey_patch()
# This will give us a better stack trace if blocking occurs
eventlet.debug.hub_blocking_detection(True)
debug.hub_blocking_detection(True)
workers = 4
worker_class = "eventlet"
worker_connections = 256