You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
The std.py backend currently does not attempt any connection retries, so even the occasional network transient makes it rather fragile. It would be useful if some provision for retries were added.
I will shortly file a PR proposing a fix for this.
The text was updated successfully, but these errors were encountered:
ShaheedHaque
added a commit
to ShaheedHaque/python-consul2
that referenced
this issue
Feb 20, 2021
…lso:
- Replaces the deprecated call to requests.session() with its
current counterpart, requests.Session().
- Allows arbitrary connection kwargs to be passed down, not least
to allow the new retry behaviour to be overridden.
The std.py backend currently does not attempt any connection retries, so even the occasional network transient makes it rather fragile. It would be useful if some provision for retries were added.
I will shortly file a PR proposing a fix for this.
The text was updated successfully, but these errors were encountered: