Skip to content

Benefit to using Polly with AWS SQS? #2370

Answered by martincostello
lonix1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there - we don't typically use Polly with the AWSSDK directly, but we often do in the business logic that consumes it (for example to retry a fetch-compute-publish block of code).

We wouldn't typically guard AWS calls with rate-limiting strategies - the most common catch-all scenario we use is for circuit breaking. That way, when an AWS outage occurs, we fail fast rather than keep hammering AWS with retries.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lonix1
Comment options

Answer selected by lonix1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants