Add max requests to gunicorn workers

This commit is contained in:
Ramon Wenger 2020-11-19 13:55:33 +01:00
parent c9735207c2
commit 6dff4bb7af
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
release: ./release-tasks.sh
web: newrelic-admin run-program gunicorn --log-file=- --pythonpath server core.wsgi
web: newrelic-admin run-program gunicorn --max-requests 500 --log-file=- --pythonpath server core.wsgi