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
* previously without a minimum the pool would stop handling database
requests due to worker exhaustion (for any requests started before
worker exhaustion)
* This patch ensures that if we have waiting work, we will continue
processing it
* a test that fails before this patch and succeeds after this patch:
'postgresql connector errors'
0 commit comments