Packages

GenRetry provides utilities for retrying Elixir functions, with configurable delay and backoff characteristics.

Current section

Files

Jump to
gen_retry CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 1.0.1
Changed `:random.uniform` to `:rand.uniform` to silence deprecation
warnings. Thanks [@amokan](https://github.com/amokan)!
## 1.0.0
Initial release. Supports `GenRetry.retry/2` and
`GenRetry.Task.async/2`.