Closed sneako closed 3 years ago
don't worry about build failure, looking into it.
:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:
New version is out!
New version is out!
I see the new version has been tagged, but could you please push it to hex as well when you have a chance?
Done, forgot to input the password. :D
We use lazy pools in Finch and recently someone pointed out that they were seeing more connections opened than their configuration should have allowed. Original issue here: https://github.com/keathley/finch/issues/115
Previously a lazy NimblePool would always init a new worker if there were none available. This change adds check to make sure we have not hit the max pool size already.