Tusk

Elixir task library with retry, success/failure callback and timeout

Built on top of supervisors

Installation

The package can be installed by adding tusk to your list of dependencies in mix.exs:

def deps do
  [
    {:tusk, "~> 0.1"}
  ]
end

Usage