Recurring Retry Object

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

interval

Numeric

O

1

2

Recurring retry interval

2

intervalUnit

O

1

20

Recurring retry intervalUnit

3

maxInterval

Numeric

O

1

2

Recurring retry maxInterval

"recurring": {
    "retry": {
        "interval": "1",
        "intervalUnit": "minutes",
        "maxInterval": "1"
    }
}

Last updated