elixir-ecto / db_connection

Database connection behaviour
http://hexdocs.pm/db_connection/DBConnection.html
309 stars 112 forks source link

Randomise ping interval to prevent synchronisation in poolboy pool #83

Closed fishcakez closed 6 years ago

fishcakez commented 7 years ago

As in @petrikero's talk.

fishcakez commented 6 years ago

A similar approach that guarantees no collision occurs in #108.