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

fix: use default retry logic #2891

Merged
merged 1 commit into from Feb 20, 2024
Merged

fix: use default retry logic #2891

merged 1 commit into from Feb 20, 2024

Conversation

aliscott
Copy link
Member

It looks like the default logic does what we need with 429 errors. This fixes a nil pointer issue that happens when resp is nil, but err is set, since this checks the err as well.

It looks like the default logic does what we need with 429 errors. This fixes a nil pointer issue that happens when resp is nil, but err is set, since this checks the err as well.
@aliscott aliscott self-assigned this Feb 20, 2024
@aliscott aliscott marked this pull request as ready for review February 20, 2024 14:12
@aliscott aliscott merged commit e68aad1 into master Feb 20, 2024
9 of 10 checks passed
@aliscott aliscott deleted the use-default-retry branch February 20, 2024 14: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.

None yet

2 participants