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
preguntada hace 2 años1837 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas