🐛 Fix Celery worker command (#443)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user