Skip to content

Commit

Permalink
shorter cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
jvisker committed Nov 2, 2023
1 parent e9a8102 commit 278bb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform-iac/modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module "my_fargate_api" {
min_capacity = 1
max_capacity = 8
cpu_percentage_target = 30
scale_in_cooldown = 300
}
task_cpu = 256
task_memory = 512
Expand Down

0 comments on commit 278bb66

Please sign in to comment.