Skip to content

Commit

Permalink
Remove health check altogether
Browse files Browse the repository at this point in the history
This is a risky move, but I'm expecting to be able to see in the logs if celery is unhealthy
  • Loading branch information
jonodrew committed Jun 1, 2023
1 parent 682812a commit 322f33c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mentor_match_infra/mentor_match_infra/mentor_match_stack.py
Expand Up @@ -147,6 +147,8 @@ def __init__(
),
)

celery_worker.target_group.configure_health_check(enabled=False)

backend.connections.allow_from(
celery_worker.service.connections, port_range=ec2.Port.tcp(6379)
)
Expand Down

0 comments on commit 322f33c

Please sign in to comment.