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

Backoff for Protocol error and chunked encoding errors #131

Merged
merged 7 commits into from Jun 5, 2023

Conversation

kethan1122
Copy link
Contributor

@kethan1122 kethan1122 commented May 31, 2023

Description of change

Adds backoff/retries for

  • urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
  • requests.exceptions.ChunkedEncodingError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))

Manual QA steps

Risks

  • Low

Rollback steps

  • revert this branch

@Vi6hal Vi6hal self-requested a review May 31, 2023 06:56
@kethan1122 kethan1122 merged commit 038acbe into master Jun 5, 2023
5 checks passed
@kethan1122 kethan1122 deleted the TDL-23141-add-backoff-for-cre branch June 5, 2023 07:38
zachharris1 added a commit that referenced this pull request Jun 14, 2023
Karthipillai pushed a commit to MarletteFunding/singer-tap-zendesk that referenced this pull request Oct 2, 2023
* backoff protocol error and chunked encoding errors

* add comments

* changelog and version bump

* minor to patch

* refator http.py for backoffs

* use imported connectonerror instead of builtin

* add backoff for requests_metrics_path
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

4 participants