Open
Description
If we need a connection and can't establish a connection, while we also don't have any connection that is alive, we should start a counter after which we fail all the queued requests and fast fail any new request. We continue to try to reestablish a single connection, which once that succeeds, we exit the circuit breaker mode.