Skip to content

Commit

Permalink
Merge pull request #124 from companieshouse/feature/terraform-auto-sc…
Browse files Browse the repository at this point in the history
…aling

Removing Autoscaling for performance testing
  • Loading branch information
sadiomowo-ch authored Feb 12, 2025
2 parents 884854a + 9087fb2 commit 9b7ea0f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ aws_profile = "staging-eu-west-2"
log_level = "debug"

# Scheduled scaling of tasks
service_autoscale_enabled = true
service_scaledown_schedule = "55 19 * * ? *"
service_scaleup_schedule = "5 6 * * ? *"
#service_autoscale_enabled = true
#service_scaledown_schedule = "55 19 * * ? *"
#service_scaleup_schedule = "5 6 * * ? *"

# auto scaling

Expand Down

0 comments on commit 9b7ea0f

Please sign in to comment.