Skip to content

Commit

Permalink
Merge pull request #2463 from pulibrary/reduce-aws-queue-maxReceiveCount
Browse files Browse the repository at this point in the history
AWS SQS queue - Reduce the maxReceiveCount to 100
  • Loading branch information
maxkadel authored Aug 22, 2024
2 parents 16f1d47 + 21562a3 commit e4de232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webhook_monitor/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Resources:
Fn::GetAtt:
- DeadLetterSqsQueue
- Arn
maxReceiveCount: 1000
maxReceiveCount: 100
ContentBasedDeduplication: true
MessageRetentionPeriod: 1_209_600
APIGateway:
Expand Down

0 comments on commit e4de232

Please sign in to comment.