This commit is contained in:
David McDonald
2020-06-12 14:52:04 +01:00
parent 15ce9fe3f9
commit 8b4a424df1
4 changed files with 9 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ from gds_metrics.gunicorn import child_exit # noqa
workers = 4
worker_class = "eventlet"
worker_connections = 30
worker_connections = 256
errorlog = "/home/vcap/logs/gunicorn_error.log"
bind = "0.0.0.0:{}".format(os.getenv("PORT"))
statsd_host = "{}:8125".format(os.getenv("STATSD_HOST"))