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

feat: add ConnectionError to list of backoff exceptions for auto-retry #919

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

jlloyd-widen
Copy link
Contributor

I was running into an error similar to this on Github. So I decided to address it by adding it to the list of back off exceptions.

This fixed the issue for me.

@codecov
Copy link

codecov bot commented Aug 20, 2022

Codecov Report

Merging #919 (8f5d88f) into main (cbad0c2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #919   +/-   ##
=======================================
  Coverage   80.33%   80.33%           
=======================================
  Files          34       34           
  Lines        3418     3418           
  Branches      679      679           
=======================================
  Hits         2746     2746           
  Misses        499      499           
  Partials      173      173           
Impacted Files Coverage Δ
singer_sdk/streams/rest.py 82.50% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@aaronsteers aaronsteers changed the title added connection error to list of backoff exceptions feat: added connection error to list of backoff exceptions Aug 23, 2022
@aaronsteers aaronsteers changed the title feat: added connection error to list of backoff exceptions feat: add ConnectionError to list of backoff exceptions for auto-retry Aug 23, 2022
Copy link
Contributor

@aaronsteers aaronsteers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@edgarrmondragon - Wdyt?

@edgarrmondragon
Copy link
Collaborator

LGTM!

@edgarrmondragon - Wdyt?

Same!

@edgarrmondragon edgarrmondragon merged commit 9dac11c into meltano:main Aug 23, 2022
@jlloyd-widen jlloyd-widen deleted the fix-connection-reset branch September 5, 2023 14:33
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.

3 participants