diff --git a/mentor_match_infra/mentor_match_infra/mentor_match_stack.py b/mentor_match_infra/mentor_match_infra/mentor_match_stack.py index 238d8f5..98c3b4c 100644 --- a/mentor_match_infra/mentor_match_infra/mentor_match_stack.py +++ b/mentor_match_infra/mentor_match_infra/mentor_match_stack.py @@ -147,8 +147,6 @@ 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) )