Skip to content

Commit

Permalink
Update vars for autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonuganti-ch authored Jan 7, 2025
1 parent b5b406d commit 9a5e99d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ log_level = "debug"
service_autoscale_enabled = true
service_scaledown_schedule = "55 19 * * ? *"
service_scaleup_schedule = "5 6 * * ? *"

# auto scaling
required_cpus=512
required_memory=2048
desired_task_count=3
max_task_count=6
min_task_count=2

0 comments on commit 9a5e99d

Please sign in to comment.