Skip to content

Commit

Permalink
AUT-2287: Fix number of prod ecs tasks at 60 (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbes-gds authored Jan 26, 2024
1 parent f16a937 commit 3841a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/terraform/production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ frontend_auto_scaling_enabled = false
frontend_auto_scaling_v2_enabled = true
frontend_task_definition_cpu = 1024
frontend_task_definition_memory = 2048
frontend_auto_scaling_min_count = 4
frontend_auto_scaling_min_count = 60
frontend_auto_scaling_max_count = 60
ecs_desired_count = 4
ecs_desired_count = 60
support_international_numbers = "1"
support_account_recovery = "1"
support_smart_agent = "1"
Expand Down

0 comments on commit 3841a73

Please sign in to comment.