Skip to content

Commit

Permalink
Remove incorrect health check path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonodrew committed Jun 1, 2023
1 parent 2d661d2 commit 682812a
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(path="/login")

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

0 comments on commit 682812a

Please sign in to comment.