Skip to content

Commit

Permalink
Helps with #2462
Browse files Browse the repository at this point in the history
Reduce the maxReceiveCount to 100. So that the message from the aws sqs rake task timeout
is requeued in the next 60 mins
It's a workaround to avoid messages
piling up in the AWSBiBProduction.fifo queue for 8-9 hours because of the 1000 requeueing.
  • Loading branch information
christinach committed Aug 22, 2024
1 parent 300674a commit 255a35d
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 255a35d

Please sign in to comment.