Skip to content

Commit

Permalink
Bump timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Oct 29, 2024
1 parent 16f3c3f commit 6e4b630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/asg.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
subnets = local.all_subnet_ids
// As of Aug 8th 2023, starts could take >2m30
grace_period = 60 * 3
// As of Oct 28th 2024, starts taking >3m now
grace_period = 60 * 4
cooldown = 180
win_grace_period = 500

Expand Down

0 comments on commit 6e4b630

Please sign in to comment.