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
gefragt vor 2 Jahren1833 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen