Skip to content

Commit

Permalink
fix alarm for recovery queue
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrev committed Oct 17, 2024
1 parent 876c61f commit be703a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,8 @@ Resources:
Type: AWS::CloudWatch::Alarm
Properties:
AlarmName: Search-api recovery queue threshold exceeded
MetricName: If this alarm is triggered, then check sqs messages on search-api recovery queue.
AlarmDescription: If this alarm is triggered, then check sqs messages on search-api recovery queue.
MetricName: ApproximateNumberOfMessagesVisible
Namespace: AWS/SQS
Statistic: Sum
Dimensions:
Expand Down

0 comments on commit be703a8

Please sign in to comment.