class documentation
Policies of a schedule.
| Class Variable | catchup |
After a Temporal server is unavailable, amount of time in the past to execute missed actions. |
| Class Variable | overlap |
Controls what happens when an action is started while another is still running. |
| Class Variable | pause |
Whether to pause the schedule if an action fails or times out. |
| Static Method | _from |
Undocumented |
| Method | _to |
Undocumented |
Whether to pause the schedule if an action fails or times out.
Note: For workflows, this only applies after all retries have been exhausted.
@staticmethod
def _from_proto(pol:
def _from_proto(pol:
temporalio.api.schedule.v1.SchedulePolicies) -> SchedulePolicy:
(source)
¶
Undocumented