python-consul2 icon indicating copy to clipboard operation
python-consul2 copied to clipboard

Consul backend std.py is not resilient to connection errors

Open ShaheedHaque opened this issue 5 years ago • 0 comments

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.

ShaheedHaque avatar Feb 20 '21 18:02 ShaheedHaque