typelevel / skunk

A data access library for Scala + Postgres.
https://typelevel.org/skunk/
MIT License
1.59k stars 163 forks source link

WIP: Initial code to test connections before handing them out #1114

Open non opened 3 months ago

non commented 3 months ago

The goal is to fix issues where we have dead connections in the pool which are being handed out. In particular, when all the connections in the pool are dead it can easily exhaust a client's retry budget.x