Dynamoid
Dynamoid copied to clipboard
Retries in dynamoid
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?
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.
If we get Retry-able exceptions from Dynamo DB, shouldn't dynamoid retry automatically for 2 or 3 three times (the number being configurable).