View Source API Reference Bildad v0.1.8

Modules

This module contains documentation for the Bildad Jobs Framework.

Configuration for the Bildad job scheduling framework.

This module contains the logic for enqueuing, running, killing and expiring jobs in the Bildad job scheduling framework.

The JobKiller module is responsible for killing jobs that have run too long.

Manages job queue entries.

Database table for the job queue entries.

Database table for job runs. This includes active and completed job runs.

Manages job runs.

Database table for job templates.

Manages job templates.

The Jobs module is responsible for managing job templates, job queue entries, and job runs.

Mix Tasks

Mix task to install the Bildad Jobs Framework into an application.