MongoQueue
A worker queue backed by MongoDB.
Inspired by the NPM mongodb-queue package.
Installation
If available in Hex, the package can be installed
by adding mongo_queue to your list of dependencies in mix.exs:
def deps do
[
{:mongo_queue, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/mongo_queue.