Skip to content

Commit b789b0f

Browse files
bechtoldtiangolo
andauthored
🐛 Fix Celery worker command (fastapi#443)
Co-authored-by: Sebastián Ramírez <[email protected]>
1 parent 2a73048 commit b789b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/app/worker-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ set -e
33

44
python /app/app/celeryworker_pre_start.py
55

6-
celery worker -A app.worker -l info -Q main-queue -c 1
6+
celery -A app.worker worker -l info -Q main-queue -c 1

0 commit comments

Comments
 (0)