# Bildad v0.1.11 - Table of Contents Bildad is a job scheduling framework for Phoenix applications (works with LiveView). It is designed to be simple to use and easy to integrate into your existing Elixir applications. ## Pages - [Bildad](readme.md) - [Changelog](changelog.md) ## Modules - [Bildad](Bildad.md): This module contains documentation for the Bildad Jobs Framework. - [Bildad.Job.JobConfig](Bildad.Job.JobConfig.md): Configuration for the Bildad job scheduling framework. - [Bildad.Job.JobEngine](Bildad.Job.JobEngine.md): This module contains the logic for enqueuing, running, killing and expiring jobs in the Bildad job scheduling framework. - [Bildad.Job.JobKiller](Bildad.Job.JobKiller.md): The JobKiller module is responsible for killing jobs that have run too long. - [Bildad.Job.JobQueueEntries](Bildad.Job.JobQueueEntries.md): Manages job queue entries. - [Bildad.Job.JobQueueEntry](Bildad.Job.JobQueueEntry.md): Database table for the job queue entries. - [Bildad.Job.JobRun](Bildad.Job.JobRun.md): Database table for job runs. This includes active and completed job runs. - [Bildad.Job.JobRuns](Bildad.Job.JobRuns.md): Manages job runs. - [Bildad.Job.JobTemplate](Bildad.Job.JobTemplate.md): Database table for job templates. - [Bildad.Job.JobTemplates](Bildad.Job.JobTemplates.md): Manages job templates. - [Bildad.Job.Jobs](Bildad.Job.Jobs.md): The Jobs module is responsible for managing job templates, job queue entries, and job runs. ## Mix Tasks - [mix bildad.install](Mix.Tasks.Bildad.Install.md): Mix task to install the Bildad Jobs Framework into an application.