fix: Worker command
This commit is contained in:
parent
fc6eebed19
commit
1d6baa9d1d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user