Open
Description
An error occurred when executing dy import.
275 items processed (98.58 items/sec)Error:
BatchWriteError(Service(ProvisionedThroughputExceeded("The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API.")))
AWS guidelines recommend retries with Exponential Backoff.
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.BatchOperations
Therefore, in my project, I have forked this repository and added Exponential Backoff by backon.
Do you plan to add retry handling in the future?