Que v0.4.1 API Reference
Modules
Creates an Mnesia DB on disk for Que
Module to manage a Job’s state and execute the worker’s callbacks
Provides a high-level API to interact with Jobs in Database
Mnesia adapter to persist Que.Job
s
Module to manage a Queue comprising of multiple jobs
Que.Server
is the GenServer
responsible for processing all Jobs
This Supervisor is responsible for spawning a Que.Server
for each worker. You shouldn’t start this manually unless
you absolutely know what you’re doing
This is the Supervisor
responsible for overseeing the entire
Que
application. You shouldn’t start this manually unless
you absolutely know what you’re doing
Defines a Worker for processing Jobs