Skip to content

v1.13.5

Compare
Choose a tag to compare
@neumino neumino released this 28 Jun 19:29
· 462 commits to master since this release
  • 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