Skip to content

Commit

Permalink
Update gunicorn configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Dec 5, 2020
1 parent 522d017 commit 862a982
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion manage.py
Expand Up @@ -163,7 +163,10 @@ def run_server(self) -> None:
"-b", "0.0.0.0:8000",
"pydis_site.wsgi:application",
"--threads", "8",
"-w", "4"
"-w", "4",
"--max-requests-jitter", "1000",
"--statsd_host", "graphite.default.svc.cluster.local:8125",
"--statsd_prefix", "site",
]

# Run gunicorn for the production server.
Expand Down

0 comments on commit 862a982

Please sign in to comment.