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

RFC: Retrier #568

Closed
wants to merge 2 commits into from
Closed

RFC: Retrier #568

wants to merge 2 commits into from

Conversation

bshaffer
Copy link
Contributor

@bshaffer bshaffer commented May 16, 2024

This is one way we could handle moving the logic in RetryMiddleware to a Retrier class, to make it generally available as a callable retrier in other classes.

After discussing with @ajupazhamayil and @saranshdhingra , we are going to continue using ExponentialBackoff in google/cloud-core instead of moving to a combined approach, as this PR illustrates a lot of complexity that makes this approach less optimal.

@bshaffer
Copy link
Contributor Author

Closing because we decided this option is too complicated

@bshaffer bshaffer closed this May 16, 2024
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

1 participant