Dynamoid icon indicating copy to clipboard operation
Dynamoid copied to clipboard

Retries in dynamoid

Open hlms opened this issue 10 years ago • 2 comments

Not sure if I should file the issue. Let me know if there is a better place to ask the question.

Does dynamoid retry for calls to DynamoDB? If yes, how can I configure the parameters?

hlms avatar Jan 07 '15 13:01 hlms

It does not retry calls. What is your use case for doing this? You'd probably only want to retry if you are receiving a ConditionalCheckFailedException.

ngordon17 avatar Mar 20 '15 06:03 ngordon17

If we get Retry-able exceptions from Dynamo DB, shouldn't dynamoid retry automatically for 2 or 3 three times (the number being configurable).

hlms avatar Mar 21 '15 13:03 hlms