-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
ConnectionPoolFeatures and bugs that are related to the impl in ConnectionPoolModuleFeatures and bugs that are related to the impl in ConnectionPoolModule
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.
Metadata
Metadata
Assignees
Labels
ConnectionPoolFeatures and bugs that are related to the impl in ConnectionPoolModuleFeatures and bugs that are related to the impl in ConnectionPoolModule