mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

Fix reaper exhausting the queue #188

Closed albus522 closed 2 months ago

albus522 commented 2 months ago

After max queue size connections have been reaped, no new connections are allowed to be created.

I'm am not sure how intended the 0 pool size behavior is. The tests make a lot of use of it but it seems counter to normal use.

albus522 commented 2 months ago

Merged as part of #189