Skip to content

Support retry when batch write items #195

Open
@yoshidan

Description

@yoshidan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions