diff --git a/Procfile b/Procfile index 110dbde133beaa988fd0b8820e7e31ae36e630f4..63d8d0cf6be1b07f29a15897a3f113b10c8355b3 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ web: gunicorn wsgi:application -b 0.0.0.0:$PORT -w 8 -worker: python manage.py celeryd -E -B --beat -concurrency=1 \ No newline at end of file +worker: python manage.py celeryd -E -B --beat --concurrency=1 \ No newline at end of file