diff --git a/Procfile b/Procfile index a3e310d59..83577cc45 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ -release: ./manage.py migrate --fake-initial +release: ./manage.py migrate --fake web: gunicorn --bind 0.0.0.0:$PORT dandiapi.wsgi --timeout 25 # celery-beat: REMAP_SIGTERM=SIGQUIT celery --app dandiapi.celery beat --loglevel INFO # Rather than using a dedicated worker for Celery Beat, we simply use the -B option on the priority task worker.