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

Apply retry logic to all 5xx return codes #21

Closed
wants to merge 3 commits into from

Conversation

afreisthler
Copy link

I have encountered a site that likes to return 504s. Retries appear to work with them. I'd like to expand the logic in Sickle to handle it.

afreisthler and others added 3 commits January 17, 2018 21:08
I have encountered a site that likes to return 504s.  Retries appear to work with them.  I'd like to expand the logic in Sickle to handle it.
@afreisthler
Copy link
Author

updated merge issue. this has been out here a while, but would still like to see it merged.

@afreisthler
Copy link
Author

The CI is failing on the 3.3 build which looks to be out of my control

mloesch added a commit that referenced this pull request May 3, 2020
Additional changes:
- retry logic has been fixed: `max_retries` now actully denotes the number of
  retries, not the number of total attempts
- the default waiting time between HTTP retries is now customizable
mloesch added a commit that referenced this pull request May 3, 2020
Additional changes:
- retry logic has been fixed: `max_retries` now actully denotes the number of
  retries, not the number of total attempts
- the default waiting time between HTTP retries is now customizable
@mloesch
Copy link
Owner

mloesch commented May 3, 2020

Superseded by #41

@mloesch mloesch closed this May 3, 2020
mloesch added a commit that referenced this pull request May 4, 2020
Additional changes:
- retry logic has been fixed: `max_retries` now actully denotes the number of
  retries, not the number of total attempts
- the default waiting time between HTTP retries is now customizable
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