File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -292,9 +292,9 @@ Here's the retry policy in the *function.json* file:
292
292
| ---------| ---------| ---------|
293
293
| strategy| n/a| Required. The retry strategy to use. Valid values are ` fixedDelay ` or ` exponentialBackoff ` .|
294
294
| maxRetryCount| n/a| Required. The maximum number of retries allowed per function execution. ` -1 ` means to retry indefinitely.|
295
- | delayInterval| n/a| The delay that will be used between retries when using ` fixedDelay ` strategy. Format using " HH:mm: ss " .|
296
- | minimumInterval| n/a| The minimum retry delay when using ` exponentialBackoff ` strategy. Format using " HH:mm: ss " |
297
- | maximumInterval| n/a| The maximum retry delay when using ` exponentialBackoff ` strategy. Format using " HH:mm: ss " |
295
+ | delayInterval| n/a| The delay that is used between retries when using a ` fixedDelay ` strategy. Specify as a string with the format ` HH:mm:ss ` .|
296
+ | minimumInterval| n/a| The minimum retry delay when using an ` exponentialBackoff ` strategy. Specify as a string with the format ` HH:mm:ss ` . |
297
+ | maximumInterval| n/a| The maximum retry delay when using ` exponentialBackoff ` strategy. Specify as a string with the format ` HH:mm:ss ` . |
298
298
299
299
### Retry limitations during preview
300
300
You can’t perform that action at this time.
0 commit comments