Fix Celery startup and ImageService temp handling
This commit is contained in:
@@ -167,7 +167,7 @@ case "$1" in
|
||||
wait_for_postgres
|
||||
wait_for_redis
|
||||
echo "Starting Celery Worker..."
|
||||
exec celery -A myproject worker \
|
||||
exec celery -A myproject.celery:app worker \
|
||||
-l info \
|
||||
-Q celery,photo_processing \
|
||||
--concurrency=2
|
||||
|
||||
Reference in New Issue
Block a user