class documentation
class ScheduleIntervalSpec: (source)
Constructor: ScheduleIntervalSpec._from_proto(spec)
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 |
Undocumented |
Method | _to |
Undocumented |
@staticmethod
def _from_proto(spec:
def _from_proto(spec:
temporalio.api.schedule.v1.IntervalSpec
) -> ScheduleIntervalSpec
:
(source)
¶
Undocumented