elixir-ecto / db_connection

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

Remove :backoff dependency #20

Closed fishcakez closed 8 years ago

fishcakez commented 8 years ago

Closes #19.

The backoff API is made slightly clearer (what is :normal?), a new backoff type has been added (:rand) and there are TODOs to remove backwards compatible code in 1.0.

However perhaps we should move this to Connection as it is likely to be useful there?

fishcakez commented 8 years ago

Wow that test failure, maybe we should remove +T 9

josevalim commented 8 years ago

:shipit: