Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generally retry provisioned throughput exceptions #1765

Merged
merged 1 commit into from Jun 18, 2019

Conversation

kyleknap
Copy link
Member

Previously, we only retried the ProvisionedThroughputExceededException for DynamoDB. Now we will be retrying it for all services. The new services that this will encompass include TextTract, Rekognition, and Kinesis. In general, these services would throw this exception and the only way to get around it would be to retry or get your limits increased. So it made sense to retry it similar to what we do for DynamoDB. Furthermore, the other SDK's retry ProvisionedThroughputExceededException across all services already so we would be more consistent with the other SDK's as well.

Previously, we only retried the ProvisionedThroughputExceededException
for DynamoDB. Now we retry it for all services, which was now needed
specifcally for Textract and Rekognition. Furthermore, the other SDK's
retry ProvisionedThroughputExceededException across all services
already so we would be more consistent with the other SDK's as well.
@kyleknap kyleknap merged commit bc0c9c0 into boto:develop Jun 18, 2019
@kyleknap kyleknap deleted the retry-provisioned-throughput branch June 18, 2019 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants