🐛 Fix Celery worker command (#443)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
Oskar Bechtold 2023-11-15 22:04:34 +01:00 committed by GitHub
parent edae7ba371
commit 7705fe89df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@ set -e
python /app/app/celeryworker_pre_start.py
celery worker -A app.worker -l info -Q main-queue -c 1
celery -A app.worker worker -l info -Q main-queue -c 1