Skip to content

Commit

Permalink
bump up throtted queue alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Jul 23, 2024
1 parent c45d31a commit dd0c265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/common/cloudwatch_alarms_sms.tf
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ resource "aws_cloudwatch_metric_alarm" "sqs-throttled-sms-stuck-in-queue-warning
namespace = "AWS/SQS"
period = 60
statistic = "Average"
threshold = 60 * 30
threshold = 60 * 45
treat_missing_data = "missing"
alarm_actions = [aws_sns_topic.notification-canada-ca-alert-warning.arn]
dimensions = {
Expand All @@ -396,7 +396,7 @@ resource "aws_cloudwatch_metric_alarm" "sqs-throttled-sms-stuck-in-queue-critica
namespace = "AWS/SQS"
period = 60
statistic = "Average"
threshold = 60 * 45
threshold = 60 * 60
treat_missing_data = "missing"
alarm_actions = [aws_sns_topic.notification-canada-ca-alert-critical.arn]
insufficient_data_actions = [aws_sns_topic.notification-canada-ca-alert-warning.arn]
Expand Down

0 comments on commit dd0c265

Please sign in to comment.