Skip to content

Commit

Permalink
Merge pull request #41 from guardian/tf-alarm-threshold
Browse files Browse the repository at this point in the history
Increase 4XX alarm threshold
  • Loading branch information
tomrf1 authored Apr 30, 2021
2 parents 6db53e9 + dda13ee commit 599e17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Resources:
- Name: ApiName
Value: !Sub support-reminders-${Stage}
ComparisonOperator: GreaterThanOrEqualToThreshold
Threshold: 4
Threshold: 8
Period: 300
EvaluationPeriods: 1
Statistic: Sum
Expand Down

0 comments on commit 599e17d

Please sign in to comment.