View Source API Reference monarch v0.1.2

Modules

Defines the Monarch behaviour.

Helper module to set up test cases.

This defines the migration for creating the necessary table monarch_jobs to use the Monarch behaviour.

Defines the Monarch Worker for running Oban jobs.

A module that implements a monarch job that should already be completed. This job will delete a record for Elixir.MonarchTestAlreadyCompletedJob if one exists.

A module that implements a monarch job that will delete a record for Elixir.AFakeJob if one exists.

A module that implements a monarch job that returns no records to update.

A module that implements a monarch job that should be manually run and should not automatically enqueue an Oban job.

A module that implements a monarch job that should be scheduled at the end of the day.

A module that implements a monarch job that should be scheduled at the beginning of the day.

Mix Tasks

The monarch mix task: mix help monarch