What are the default retry settings/values for JavaScript SDK V3 clients?

0

The @aws-sdk/middleware-retry seems like the part of the SDK that is implementing the retry strategy, but it's not clear to me what its default values are.

  • What are the default retry settings/values for JavaScript SDK V3 clients?
  • Is there a "developer guide" type of reference for the variables and functions of the @aws-sdk/middleware-retry module?
profile picture
asked 2 years ago1806 views
1 Answer
1

I think I agree that it's not clearly stated there. However in this Github repo, it says the default_max_attempt is 3. (https://github.com/aws/aws-sdk-js-v3/blob/4e38c611b2ddf5450ca111697d81f6b80889b6cf/packages/middleware-retry/src/config.ts).

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions