Ask Your Question
1

What is AWS auto retrying of requests when there is a timeout?

asked 2021-12-14 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-09-29 20:00:00 +0000

lakamha gravatar image

AWS auto retrying of requests is a feature whereby if a request to an AWS service times out, the request will be automatically retried. This feature is built into the AWS SDKs and APIs and is designed to improve application availability and resiliency. When a request times out, the SDK or API will automatically retry the request a predefined number of times. If the request continues to fail, the SDK or API will raise an error indicating the request could not be completed. This feature helps applications handle network connectivity issues and service disruptions, ensuring that critical workloads are not interrupted.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-14 11:00:00 +0000

Seen: 9 times

Last updated: Sep 29 '22