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

Stop retrying on non OperationalError #123

Closed
wants to merge 1 commit into from
Closed

Stop retrying on non OperationalError #123

wants to merge 1 commit into from

Conversation

cstruct
Copy link

@cstruct cstruct commented Aug 17, 2022

Only retrying on OperationalError avoids unnecessary retries on
some user errors such as syntax errors. This fixes #122

Only retrying on `OperationalError` avoids unnecessary retries on
some user errors such as syntax errors. This fixes #122
@cstruct cstruct changed the title Stop retrying on InvalidRequestException Stop retrying on non OperationalError Oct 5, 2022
@cstruct cstruct closed this Nov 29, 2022
@cstruct cstruct deleted the dont-retry-on-invalid-requests branch November 29, 2022 08:18
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.

Retries on OperationalError
1 participant