python-consul2
python-consul2 copied to clipboard
Consul backend std.py is not resilient to connection errors
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.