Skip to content

Commit

Permalink
Remove celery health check comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdie committed Jul 29, 2024
1 parent 9481c2b commit e1a0036
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ services:
start_period: 10s
depends_on:
web:
# This health check condition is needed because Celery Beat will
# try to convert the CELERY_BEAT_SCHEDULE into database entries. For
# this, migrations need to be finished. If Celery tasks were still
# pending, the database also needs to be ready for Celery itself. We
# therefore have the health check here, and make Celery beat and
# monitor containers depend on the celery container.
condition: service_healthy
volumes: *web_volumes

Expand Down

0 comments on commit e1a0036

Please sign in to comment.