Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored Jan 8, 2020
1 parent ff9dc1d commit 167aa59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/middleware/request/retry.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ or server errors (such as network hiccups).
By default, it retries 2 times and handles only timeout exceptions.
It can be configured with an arbitrary number of retries, a list of exceptions to handle,
a retry interval, a percentage of randomness to add to the retry interval, and a backoff factor.
The middleware also handles the `Retry-After` header automatically.

### Example Usage

Expand Down Expand Up @@ -110,4 +111,4 @@ retry_options = {
```


[raise_error]: ../middleware/raise-error
[raise_error]: ../middleware/raise-error

0 comments on commit 167aa59

Please sign in to comment.