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

WIP: Retry-on-failure using requests' session adapter #99

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

veox
Copy link
Owner

@veox veox commented Sep 12, 2018

Incorporates PR #78. After that:

  • Renames the parameters in retry_config:
    • forcelist -> codes
    • retries -> count
    • backoff -> backoff (no change)
  • Greatly limits the default set of error codes to retry on (compared to PR Alternative approach to retry failed queries #78): just 504 and 520 now.

This PR:


I think there might be issues with this approach, though:

  • on every query, the adapter gets re-created - this is rather ungraceful;
  • more importantly, the adapter stays with the session and is used even if retry=False is specified in a follow-up query.

@veox veox changed the title Retry-on-failure using requests' session adapter WIP: Retry-on-failure using requests' session adapter Sep 12, 2018
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