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
feita há 2 anos1835 visualizações
1 Resposta
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 há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas