temporalio.client.SchedulePolicy
class documentation
| 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 |
After a Temporal server is unavailable, amount of time in the past to execute missed actions.
Controls what happens when an action is started while another is still running.
Whether to pause the schedule if an action fails or times out.
Note: For workflows, this only applies after all retries have been exhausted.