ObanChore.Plugin (ObanChore v0.2.3)

Copy Markdown View Source

An Oban Plugin that discovers and manages chores.

Options

  • :otp_app - An atom or list of atoms representing the OTP application(s) to search for chores. If not provided, all loaded applications will be searched (less efficient).

Summary

Functions

Returns a specification to start this module under a supervisor.

Retrieves the list of discovered chores.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

get_chores()

Retrieves the list of discovered chores.