Que

Simple Background Job Processing in Elixir

Installation

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

def deps do
[{:que, "~> 0.1.0-alpha.1"}]
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.