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

Added logic to retry on ConnectionError #21

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

xytxytxyt
Copy link
Contributor

following up on #19

today my code failed with ConnectionResetError

i discovered that BrokenPipeError (which i recently added), ConnectionRefusedError, and ConnectionAbortedError and ConnectionResetError are subclasses of ConnectionError

so replacing them with that

@mristin mristin merged commit c39b05f into Parquery:master Aug 30, 2024
7 checks passed
mristin added a commit that referenced this pull request Sep 12, 2024
* Added logic to retry on ConnectionError (#21)
* Added logic to retry on ``BrokenPipeError`` (#19)
* Removed support for Python 3.6 and added for 3.11 (#20)
* Added support for Python 3.10 (#16)
@mristin mristin mentioned this pull request Sep 12, 2024
mristin added a commit that referenced this pull request Sep 12, 2024
* Added logic to retry on ConnectionError (#21)
* Added logic to retry on ``BrokenPipeError`` (#19)
* Removed support for Python 3.6 and added for 3.11 (#20)
* Added support for Python 3.10 (#16)
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