Skip to content

"retry.delay" property is missed in dsl-specificationΒ #1141

@dimastbk

Description

@dimastbk

I tried this:

  • delay:
    $ref: '#/$defs/duration'
    title: RetryDelay
    description: The duration to wait between retry attempts.
  • specification/dsl-reference.md

    Lines 2181 to 2188 in 6390951

    | Property | Type | Required | Description |
    |----------|:----:|:--------:|-------------|
    | when | `string` | `no` | A a runtime expression used to determine whether or not to retry running the task, in a given context. |
    | exceptWhen | `string` | `no` | A runtime expression used to determine whether or not to retry running the task, in a given context. |
    | limit | [`retry`](#retry-limit) | `no` | The limits, if any, to impose to the retry policy. |
    | backoff | [`backoff`](#backoff) | `no` | The backoff strategy to use, if any. |
    | jitter | [`jitter`](#jitter) | `no` | The parameters, if any, that control the randomness or variability of the delay between retry attempts. |

This happened:

I expected this:

No response

Is there a workaround?

No response

Anything else?

No response

Area(s)

Documentation

Community Notes

  • Please vote by adding a πŸ‘ reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.name: Bug Report 🐞

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions