mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-19 17:42:50 -05:00
whoops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user