fix: Worker command

This commit is contained in:
Amritanshu Agrawal 2020-10-14 09:29:44 +05:30
parent fc6eebed19
commit 1d6baa9d1d
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ set -e
python /app/barker/celeryworker_pre_start.py
celery worker --app barker.worker --loglevel info --queues main-queue --concurrency 1
celery --app barker.worker worker --loglevel INFO --queues main-queue --concurrency 1