mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
Compare commits
4 Commits
7cc2e17e15
...
e7b7919a48
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7b7919a48 | ||
|
|
9cca19d765 | ||
|
|
3509527be6 | ||
|
|
7fac1c41a8 |
@@ -4,8 +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
|
||||
debug.hub_blocking_detection(True)
|
||||
workers = 4
|
||||
worker_class = "eventlet"
|
||||
worker_connections = 256
|
||||
|
||||
Reference in New Issue
Block a user