Skip to content

Commit 9af8bb6

Browse files
committed
Preload gunicorn in production
1 parent 45d0f18 commit 9af8bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
release: ./manage.py migrate
2-
web: gunicorn --bind 0.0.0.0:$PORT --max-requests 100 stade.wsgi
2+
web: gunicorn --bind 0.0.0.0:$PORT --preload --max-requests 100 stade.wsgi
33
worker: celery worker --app stade.celery --loglevel info --without-heartbeat

0 commit comments

Comments
 (0)