Skip to content

Commit

Permalink
Update desired count to 1
Browse files Browse the repository at this point in the history
We want at least one task running!
  • Loading branch information
jonodrew committed Jun 2, 2023
1 parent e474363 commit 6e6e36a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mentor_match_infra/mentor_match_infra/mentor_match_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ def __init__(
"MentorMatchCeleryWorker",
task_definition=celery_task_definition,
cluster=cluster,
desired_count=1,
max_healthy_percent=200,
min_healthy_percent=50,
)

backend.connections.allow_from(
Expand Down

0 comments on commit 6e6e36a

Please sign in to comment.