SQS back off strategy #251
nolde
started this conversation in
Constructs
Replies: 1 comment 1 reply
-
|
Oh that's very interesting indeed, I love the idea 👍 Currently the Are there scenarios where this setup would be very interesting? Also I wonder if a simpler setup wouldn't be enough, with 3 queues:
? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How would one go about using Lift to implement a strategy similar to the ones described in the articles below?
https://aws.amazon.com/blogs/compute/using-amazon-sqs-dead-letter-queues-to-replay-messages/
https://medium.com/@andy.tarpley/highly-reliable-processing-with-amazon-sqs-and-lambda-bcbfb0262490
In summary, it uses multiple dead letters queues to create a handling back off, as each new queue level has different visibility timeouts and delivery delays.
Beta Was this translation helpful? Give feedback.
All reactions