class documentation
Information about a schedule.
Class Variable | created |
When the schedule was created. |
Class Variable | last |
When the schedule was last updated. |
Class Variable | next |
Next 10 scheduled action times. |
Class Variable | num |
Number of actions taken by this schedule. |
Class Variable | num |
Number of times an action was skipped due to missing the catchup window. |
Class Variable | num |
Number of actions skipped due to overlap. |
Class Variable | recent |
10 most recent actions, oldest first. |
Class Variable | running |
Currently running actions. |
Static Method | _from |
Undocumented |
@staticmethod
def _from_proto(info:
def _from_proto(info:
temporalio.api.schedule.v1.ScheduleInfo
) -> ScheduleInfo
:
(source)
¶
Undocumented