mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-26 21:09:59 -05:00
Merge pull request #1885 from GSA/report_performance
report performance, put gunicorn timeout back
This commit is contained in:
@@ -12,6 +12,7 @@ worker_connections = 256
|
||||
bind = "0.0.0.0:{}".format(os.getenv("PORT"))
|
||||
statsd_host = "{}:8125".format(os.getenv("STATSD_HOST"))
|
||||
gunicorn.SERVER_SOFTWARE = "None"
|
||||
timeout = 240
|
||||
|
||||
|
||||
def on_starting(server):
|
||||
|
||||
Reference in New Issue
Block a user