API Reference Que v0.10.1

modules

Modules

Que

Que is a simple background job processing library backed by Mnesia.

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.Jobs

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.

mix-tasks

Mix Tasks

Creates an Mnesia DB on disk for Que