Skip to content

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.

3 participants