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

feat: Client-side rate limiting #564

Merged
merged 23 commits into from
Jun 21, 2023
Merged

feat: Client-side rate limiting #564

merged 23 commits into from
Jun 21, 2023

Conversation

jbelkins
Copy link
Contributor

@jbelkins jbelkins commented Jun 13, 2023

Issue #

awslabs/aws-sdk-swift#338

Description of changes

Adds the "adaptive" mode of retry described in Retry Behavior 2.0, by adding a client-side rate limiter that can be optionally enabled when configuring an AWS service client.

also: Cleaned up tests a little bit.

Scope

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jbelkins jbelkins changed the title Jbe/adaptive retry feat: Client-side rate limiting Jun 13, 2023
Base automatically changed from jbe/retry_redo to main June 14, 2023 16:44
@jbelkins jbelkins marked this pull request as ready for review June 14, 2023 16:49
@jbelkins jbelkins requested a review from waahm7 June 14, 2023 17:11
@jbelkins jbelkins merged commit 66507e1 into main Jun 21, 2023
7 checks passed
@jbelkins jbelkins deleted the jbe/adaptive_retry branch June 21, 2023 15:19
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.

2 participants