mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-24 17:29:30 -04:00
@@ -6,6 +6,9 @@ import traceback
|
||||
import eventlet
|
||||
import gunicorn
|
||||
|
||||
eventlet.monkey_patch()
|
||||
# This will give us a better stack trace if blocking occurs
|
||||
eventlet.debug.hub_blocking_detection(True)
|
||||
workers = 4
|
||||
worker_class = "eventlet"
|
||||
worker_connections = 256
|
||||
|
||||
Reference in New Issue
Block a user