mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08:00
🐛 Fix Celery worker command (#443)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
edae7ba371
commit
7705fe89df
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user