Skip to content

Commit 341dbd2

Browse files
author
Anton Gilgur
committed
plus link to crash recovery below
Signed-off-by: Anton Gilgur <[email protected]>
1 parent 7b995a8 commit 341dbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cron-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The resulting `Workflow` name will be a generated name based on the `CronWorkflo
4545
| `timezone` | Machine timezone | Timezone during which the Workflow will be run from the IANA timezone standard, e.g. `America/Los_Angeles` |
4646
| `suspend` | `false` | If `true` Workflow scheduling will not occur. Can be set from the CLI, GitOps, or directly |
4747
| `concurrencyPolicy` | `Allow` | Policy that determines what to do if multiple `Workflows` are scheduled at the same time. Available options: `Allow`: allow all, `Replace`: remove all old before scheduling a new, `Forbid`: do not allow any new while there are old |
48-
| `startingDeadlineSeconds` | `0` | Number of seconds after the last scheduled time during which a missed `Workflow` will still be run |
48+
| `startingDeadlineSeconds` | `0` | Number of seconds after the last scheduled time during which a missed `Workflow` will still be run. See [Crash Recovery](#crash-recovery) for more details. |
4949
| `successfulJobsHistoryLimit` | `3` | Number of successful `Workflows` that will be persisted at a time |
5050
| `failedJobsHistoryLimit` | `1` | Number of failed `Workflows` that will be persisted at a time |
5151
| `stopStrategy` | `nil` | v3.6 and after: defines if the CronWorkflow should stop scheduling based on a condition |

0 commit comments

Comments
 (0)