Skip to content

Commit ad2d57d

Browse files
committed
fix: "retry.delay" property is missed in dsl-specification
1 parent 6390951 commit ad2d57d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsl-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,6 +2182,7 @@ The Retry is a fundamental concept in the Serverless Workflow DSL, used to defin
21822182
|----------|:----:|:--------:|-------------|
21832183
| when | `string` | `no` | A a runtime expression used to determine whether or not to retry running the task, in a given context. |
21842184
| exceptWhen | `string` | `no` | A runtime expression used to determine whether or not to retry running the task, in a given context. |
2185+
| delay | [`duration`](#duration) | `no` | The duration to wait between retry attempts. |
21852186
| limit | [`retry`](#retry-limit) | `no` | The limits, if any, to impose to the retry policy. |
21862187
| backoff | [`backoff`](#backoff) | `no` | The backoff strategy to use, if any. |
21872188
| jitter | [`jitter`](#jitter) | `no` | The parameters, if any, that control the randomness or variability of the delay between retry attempts. |

0 commit comments

Comments
 (0)