Que

Simple Background Job Processing in Elixir

Installation

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

def deps do
  [{:que, "~> 0.3.0"}]
end

and add it to your list of applications:

def application do
  [applications: [:que]]
end

Roadmap

Contributing

License

This package is available as open source under the terms of the MIT License.