View Source AntikytheraCore.ExecutorPool.TimedJobStarter (antikythera v0.5.1)

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.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.