Merge pull request #1885 from GSA/report_performance

report performance, put gunicorn timeout back
This commit is contained in:
ccostino
2025-07-31 14:31:12 -04:00
committed by GitHub

View File

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