diff --git a/Procfile b/Procfile index 8f15d987..410f51fb 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ release: ./manage.py migrate -web: gunicorn --bind 0.0.0.0:$PORT --max-requests 100 stade.wsgi +web: gunicorn --bind 0.0.0.0:$PORT --preload --max-requests 100 stade.wsgi worker: celery worker --app stade.celery --loglevel info --without-heartbeat