Skip to content

Commit

Permalink
fix wrong indentation in error handling docs (#20288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwaldi committed Dec 9, 2022
1 parent 80df82d commit c4c26c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ requester:
response_filters:
- http_codes: [ 404 ]
action: IGNORE
- http_codes: [ 429 ]
action: RETRY
- http_codes: [ 429 ]
action: RETRY
```

## Backoff Strategies
Expand Down

0 comments on commit c4c26c0

Please sign in to comment.