antikythera v0.4.0 AntikytheraCore.ExecutorPool.TimedJobStarter View Source
A GenServer
to periodically send command to the leader process of the corresponding async job queue.
Purposes of the command are twofold:
- to trigger executions of scheduled jobs that have become runnable, and
- to get metrics from the queue.
The interaction between this GenServer
and the leader is meaningful only when the leader resides in the same node.
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
.