- Debugging of redis setup issues
- Debugging of celery startup - Moved flower to a standard image iso own build
This commit is contained in:
@@ -25,6 +25,7 @@ case "$ROLE" in
|
||||
echo "[start] role=worker component=$COMPONENT_NAME"
|
||||
CONCURRENCY="${CELERY_CONCURRENCY:-2}"
|
||||
exec celery -A scripts.run worker \
|
||||
-Q ${CELERY_QUEUE_NAME} \
|
||||
--loglevel="${CELERY_LOGLEVEL:-INFO}" \
|
||||
--concurrency="${CONCURRENCY}" \
|
||||
--max-tasks-per-child="${CELERY_MAX_TASKS_PER_CHILD:-1000}" \
|
||||
|
||||
Reference in New Issue
Block a user