Promotes scheduled jobs to :available when their time arrives.
Ticks every scheduler_interval ms. Promotion runs in a single Mnesia
transaction via the configured storage module (default Kathikon.Storage).
start_link/1 options
:interval— tick period in ms (default fromKathikon.Config):storage— module implementingKathikon.Backend.Storagecallbacks:name— registered name (defaultKathikon.Scheduler; usefalsein tests)
See docs/guides/scheduling.md.
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.