Skip to content

Commit

Permalink
Can't remove healthcheck 🤔
Browse files Browse the repository at this point in the history
If this doesn't work with the default, I'll need a new plan
  • Loading branch information
jonodrew committed Jun 1, 2023
1 parent 322f33c commit 1faa950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mentor_match_infra/mentor_match_infra/mentor_match_stack.py
Expand Up @@ -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)
)
Expand Down

0 comments on commit 1faa950

Please sign in to comment.