Question
In the manual page of Amazon DynamoDB connector's Get Item (Query) and Add/Replace Item operations, there is a note that states the following.
Is it possible to change the number of retries?
When failing while requesting to Amazon DynamoDB due to a connection timeout etc., that request will be retried 10 times.
Answer
The number of retries cannot be changed.
Also, the retry interval will be retried immediately after the time set in the Response timeout of the connection resource when it times out.
Comments
0 comments
Article is closed for comments.