From e1a003695fcec3fc30c4e27c2f9dedff2c41b9fa Mon Sep 17 00:00:00 2001 From: Sjoerd Schipper Date: Mon, 29 Jul 2024 11:11:34 +0200 Subject: [PATCH] Remove celery health check comment --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c57e124a..cf49c46c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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