Job Queue v0.1.0 API Reference
Modules
Documentation for JobQueue
A small helper module containing a log function. It is mostly used in
JobQueue.Worker for logging details about a job’s life cycle
A basic ConsumerSupervisor setup that works well with JobQueue.Queue
and JobQueue.Worker
A GenStage based Queue that supports retries, tracking of in-progress jobs
and deduplication. The queue itself is based on an erlang :queue
A behaviour and a module to handle some of the ceremony around a ConsumerSupervisor Worker