We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59754ae commit 753216fCopy full SHA for 753216f
api/src/main/resources/schema/retry/retry.json
@@ -18,7 +18,13 @@
18
"maxAttempts": {
19
"type": "string",
20
"default": "0",
21
- "description": "Maximum number of retry attempts (1 by default). Value of 0 means no retries are performed"
+ "description": "Maximum number of retry attempts. Value of 0 means no retries are performed"
22
+ },
23
+ "jitter": {
24
+ "type": "string",
25
+ "minimum": 0.0,
26
+ "maximum": 1.0,
27
+ "description": "Absolute maximum amount of random time added or subtracted from the delay between each retry (ISO 8601 duration format)"
28
}
29
},
30
"required": [
0 commit comments