Skip to content

Commit

Permalink
772, constant retry examples using incorrect maxInterval option (#779)
Browse files Browse the repository at this point in the history
Signed-off-by: LordMsz <[email protected]>
Co-authored-by: Artur Souza <[email protected]>
  • Loading branch information
LordMsz and artursouza authored Feb 3, 2023
1 parent 26d2318 commit 5ac2a30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resiliency/service-to-component-resiliency.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Policies defined in the resiliency.yaml spec:
```yaml
retryForever:
policy: constant
maxInterval: 5s
duration: 5s
maxRetries: -1
circuitBreakers:
Expand Down
2 changes: 1 addition & 1 deletion resiliency/service-to-service-resiliency.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Policies defined in the resiliency.yaml spec:
```yaml
retryForever:
policy: constant
maxInterval: 5s
duration: 5s
maxRetries: -1

circuitBreakers:
Expand Down
2 changes: 1 addition & 1 deletion service_invocation/resources/resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
retries:
retryForever:
policy: constant
maxInterval: 5s
duration: 5s
maxRetries: -1

circuitBreakers:
Expand Down
2 changes: 1 addition & 1 deletion state_management/resources/resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
retries:
retryForever:
policy: constant
maxInterval: 5s
duration: 5s
maxRetries: -1

circuitBreakers:
Expand Down

0 comments on commit 5ac2a30

Please sign in to comment.