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
Pool does not currently expose SharedPool::size or SharedPool::num_idle. docs.rs is interested in knowing this info for metrics (in particular, if we run out of connections we have to start rejecting requests, so it's good to keep an eye on it).
I'm interested in implementing this.
The text was updated successfully, but these errors were encountered:
Pool
does not currently exposeSharedPool::size
orSharedPool::num_idle
. docs.rs is interested in knowing this info for metrics (in particular, if we run out of connections we have to start rejecting requests, so it's good to keep an eye on it).I'm interested in implementing this.
The text was updated successfully, but these errors were encountered: