Skip to content

Commit

Permalink
default stuck alarm to 5 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleung-appzen committed Nov 21, 2019
1 parent c2c4060 commit 44e5180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ variable "scale_big_up_cooldown" {

variable "stuck_eval_minutes" {
description = "The number of periods/minute before triggering alert"
default = "240"
default = "300"
}

variable "low_eval_periods" {
Expand Down

0 comments on commit 44e5180

Please sign in to comment.