class documentation

class ScheduleIntervalSpec: (source)

Constructor: ScheduleIntervalSpec._from_proto(spec)

View In Hierarchy

Specification for scheduling on an interval.

Matches times expressed as epoch + (n * every) + offset.

Class Variable every Period to repeat the interval.
Class Variable offset Fixed offset added to each interval period.
Static Method _from_proto Undocumented
Method _to_proto Undocumented
every: timedelta = (source)

Period to repeat the interval.

offset: timedelta | None = (source)

Fixed offset added to each interval period.