772, constant retry examples using incorrect maxInterval option (#779)

Signed-off-by: LordMsz <Mr.MarekSmolik@gmail.com>
Co-authored-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
LordMsz 2023-02-03 20:12:08 +01:00 committed by GitHub
parent 26d2318010
commit 5ac2a30743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ Policies defined in the resiliency.yaml spec:
```yaml
retryForever:
policy: constant
maxInterval: 5s
duration: 5s
maxRetries: -1
circuitBreakers:

View File

@ -133,7 +133,7 @@ Policies defined in the resiliency.yaml spec:
```yaml
retryForever:
policy: constant
maxInterval: 5s
duration: 5s
maxRetries: -1
circuitBreakers:

View File

@ -10,7 +10,7 @@ spec:
retries:
retryForever:
policy: constant
maxInterval: 5s
duration: 5s
maxRetries: -1
circuitBreakers:

View File

@ -10,7 +10,7 @@ spec:
retries:
retryForever:
policy: constant
maxInterval: 5s
duration: 5s
maxRetries: -1
circuitBreakers: