mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 15:38:25 -04:00
revert newrelic changes and disable gevent
This commit is contained in:
@@ -7,7 +7,7 @@ import gunicorn # noqa
|
||||
|
||||
# This will give us a better stack trace if
|
||||
workers = 4
|
||||
worker_class = "gevent"
|
||||
worker_class = "sync"
|
||||
worker_connections = 256
|
||||
bind = "0.0.0.0:{}".format(os.getenv("PORT"))
|
||||
statsd_host = "{}:8125".format(os.getenv("STATSD_HOST"))
|
||||
|
||||
Reference in New Issue
Block a user