Porterage v0.1.0 Porterage.Scheduler.Timer View Source

Scheduler triggering repeatedly after configurable time.

Configuration

{
  scheduler: Porterage.Scheduler.Timer,
  scheduler_opts: %{time: _}
}

See options/0 for a specification of available options.

Link to this section Summary

Link to this section Types

Link to this type

options()

View Source
options() :: %{time: non_neg_integer()}