You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API.
As far as I see the throughput flag is set to 1 by default in importDataCli function, so I guess I cannot adjust any parameter any further.
Is it possible to add better handling for these errors?
Rate limiting read requests to dynamo?
Maybe add some pauses in between requests (besides the retries managed by max-retries)
The text was updated successfully, but these errors were encountered:
Lusitaniae
changed the title
ProvisionedThroughputExceededException: The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API.
ProvisionedThroughputExceededException:
Jul 12, 2021
As far as I see the throughput flag is set to 1 by default in importDataCli function, so I guess I cannot adjust any parameter any further.
Is it possible to add better handling for these errors?
Rate limiting read requests to dynamo?
Maybe add some pauses in between requests (besides the retries managed by max-retries)
The text was updated successfully, but these errors were encountered: