Pleroma Job Queue v0.3.0 PleromaJobQueue.Scheduler View Source

Scheduler.

The workflow is as follows:

  • Add jobs to the store.
  • Every N ms, check for expired jobs and send them to the execution queue.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.