Fix celery queues: listen to photo_processing

This commit is contained in:
2026-01-17 17:18:21 +03:00
parent cc0b01a922
commit 10ab804396

View File

@@ -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