Skip to content

Commit

Permalink
Merge pull request #51 from companieshouse/feature/update-staging-cpu…
Browse files Browse the repository at this point in the history
…-mem

mem and cpu updated for staging
  • Loading branch information
akachwala-ch authored Jan 28, 2025
2 parents 0aeb372 + 720ba58 commit 137cabb
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ log_level = "info"
# Scheduled scaling of tasks
service_autoscale_enabled = true
service_scaledown_schedule = "55 19 * * ? *"
service_scaleup_schedule = "5 6 * * ? *"
service_scaleup_schedule = "5 6 * * ? *"

required_cpus = 768
required_memory = 3584
eric_cpus = 256
eric_memory = 512
service_autoscale_target_value_cpu = 60
desired_task_count = 2
max_task_count = 6
min_task_count = 2

0 comments on commit 137cabb

Please sign in to comment.