Skip to content

Commit 5453cda

Browse files
authored
Merge pull request #243 from companieshouse/task-count-update
Update staging task count and cpu in line with live
2 parents 8072b44 + 4c5661f commit 5453cda

File tree

1 file changed

+7
-0
lines changed
  • terraform/groups/ecs-service/profiles/staging-eu-west-2/staging

1 file changed

+7
-0
lines changed

terraform/groups/ecs-service/profiles/staging-eu-west-2/staging/vars

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ aws_profile = "staging-eu-west-2"
44
# service configs
55
use_set_environment_files = true
66

7+
desired_task_count = 2
8+
max_task_count = 5
9+
min_task_count = 2
10+
11+
required_cpus = 768
12+
required_memory = 1536
13+
714
# Scheduled scaling of tasks
815
service_autoscale_enabled = true
916
service_scaledown_schedule = "55 19 * * ? *"

0 commit comments

Comments
 (0)