Retries via util-retry vs middleware-retry #6589
Unanswered
kevindente
asked this question in
Q&A
Replies: 0 comments
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.
-
It appears that there are two different retry strategy implementations in the AWS client - @smithy/util-retry and @smithy/middleware-retry. As far as I can tell today, the code is using middleware-retry, and we've implemented a custom retryDecider. However, middleware retry strategy classes appear to be marked as deprecated. Is the codebase migrating over to util-retry? It seems to have WAY less customizability than middleware-retry, and there isn't a way for us to implement what we have today with that library.
Beta Was this translation helpful? Give feedback.
All reactions