Skip to content

Commit

Permalink
working2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertrand committed Sep 30, 2024
1 parent 38fcc2c commit 4c3c448
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 162 deletions.
2 changes: 1 addition & 1 deletion docker-compose.apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
command: >
/bin/bash -c '
sleep 3;
celery -A main.celery:app worker -E -Q edx_content,default -l ${MITOL_LOG_LEVEL:-INFO}'
celery -A main.celery:app worker -B -E -Q edx_content,default -l ${MITOL_LOG_LEVEL:-INFO}'
depends_on:
db:
condition: service_healthy
Expand Down
Loading

0 comments on commit 4c3c448

Please sign in to comment.