Fix celery queues: listen to photo_processing
This commit is contained in:
@@ -221,7 +221,8 @@ case "$1" in
|
|||||||
echo "Starting Celery Worker for photo processing and product import..."
|
echo "Starting Celery Worker for photo processing and product import..."
|
||||||
exec gosu appuser celery -A myproject worker \
|
exec gosu appuser celery -A myproject worker \
|
||||||
-l info \
|
-l info \
|
||||||
--concurrency=4
|
--concurrency=4 \
|
||||||
|
-Q celery,photo_processing
|
||||||
;;
|
;;
|
||||||
celery-beat)
|
celery-beat)
|
||||||
wait_for_postgres
|
wait_for_postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user