revert newrelic changes and disable gevent

This commit is contained in:
Kenneth Kehl
2025-07-29 10:22:36 -07:00
parent e7cee89624
commit 1eeceb072e
7 changed files with 10 additions and 11 deletions

View File

@@ -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"))