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
Link to this function
child_spec(arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
enabled?() View Source
Link to this function
get_all() View Source
Link to this function