Skip to content

Commit d758f0b

Browse files
dimastbkcdavernas
andauthored
fix: "retry.delay" property is missed in dsl-specification (#1142)
Signed-off-by: Dmitriy <dimastbk@proton.me> Co-authored-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 9b5b1da commit d758f0b

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
@@ -2184,6 +2184,7 @@ The Retry is a fundamental concept in the Serverless Workflow DSL, used to defin
21842184
|----------|:----:|:--------:|-------------|
21852185
| when | `string` | `no` | A a runtime expression used to determine whether or not to retry running the task, in a given context. |
21862186
| exceptWhen | `string` | `no` | A runtime expression used to determine whether or not to retry running the task, in a given context. |
2187+
| delay | [`duration`](#duration) | `no` | The duration, if any, to wait between retry attempts. |
21872188
| limit | [`retry`](#retry-limit) | `no` | The limits, if any, to impose to the retry policy. |
21882189
| backoff | [`backoff`](#backoff) | `no` | The backoff strategy to use, if any. |
21892190
| 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)