Active v0.2.1

Foundation

Foundation 0.2.x is a complete rewrite (not compatible with 0.1.x): lightweight resilience primitives for backoff, retry, rate-limit windows, circuit breakers, semaphores, and…

Stats & Info

  • Latest release: v0.2.1
  • Recent downloads: 192
  • All-time downloads: 529
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

Add foundation to your list of dependencies in mix.exs:

def deps do
  [
    {:foundation, "~> 0.2.1"}
  ]
end

Then run:

mix deps.get

Resources