- 최신
- 최다 투표
- 가장 많은 댓글
According to the following AWS official documentation, the AWS SDK has a retry feature, but the retry behavior seems to depend on the setting value. [1] [2]
[1] Error retries and exponential backoff in AWS - AWS General Reference
https://docs.aws.amazon.com/general/latest/gr/api-retries.html
[2] Retry behavior - AWS SDKs and Tools
https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html
In AWS SDK for JavaScript, the number of retries can be set in the maxRetries global setting. [3] [4]
[3] Troubleshoot Lambda function retry and timeout issues when using an AWS SDK
https://aws.amazon.com/premiumsupport/knowledge-center/lambda-function-retry-timeout-sdk/?nc1=h_ls
[4] Using the Global Configuration Object - AWS SDK for JavaScript
https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/global-config-object.html
I hope this helps.
관련 콘텐츠
- AWS 공식업데이트됨 2년 전