The initial wait when backing off on request rate.
The maximum wait when backing off on request rate.
The maximum number of concurrent requests to have pending.
Manages a number of concurrent dynamodb putItem requests. Put requests are more powerful than batchWrites but cannot be done in batch form. Making them concurrently is the next best thing.
A Promise of an array of objects of errors with the corresponding input.
Configure module settings for: concurrentFactor, backoffInitial, backoffMax, backoffFactor. See the module member for individual documentation.
an object with optional values for the settings
Generated using TypeDoc
The wait growth factor when repeatedly backing off.