Conqueuer (pronounced like conquer) is a non-persistent Elixir work queue.
The docs can be found on the hexdocs website and further information on the hex website.
Conqueuer can be installed like:
-
Add test to your list of dependencies in
mix.exs
:def deps do [{:conqueuer, "~> 0.5.1"}] end
-
Ensure test is started before your application:
def application do [applications: [:conqueuer]] end