SchedulePolicy
March 30, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
catchup_window_seconds | Optional[int] | :heavy_minus_sign: | After a Temporal server is unavailable, amount of time in seconds in the past to execute missed actions. |
overlap | Optional[models.ScheduleOverlapPolicy] | :heavy_minus_sign: | Controls what happens when a workflow would be started by a schedule but one is already running. |
pause_on_failure | Optional[bool] | :heavy_minus_sign: | Whether to pause the schedule after a workflow failure. |