Skip to content

Commit

Permalink
increase the resume book timeout threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jan 31, 2025
1 parent 37ef275 commit 80d77d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Resources:
Period: '60'
EvaluationPeriods: '1'
ComparisonOperator: 'GreaterThanThreshold'
Threshold: '3000'
Threshold: '8000'
AlarmActions:
- !Ref AlertSNSArn
Dimensions:
Expand Down

0 comments on commit 80d77d9

Please sign in to comment.