v1.13.5
- Implement an exponential backoff
In case the pool fails to create a new connection, the pool enters a "slow growth mode". In this mode, a query won't create a connection if none is available (but wait for one to be created).
In "slow growth mode", the pool will keep trying to create a connection, one at a time, and after a delay of 2^(number of fails)*timeoutError