-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(retries) document the retries setting #445
Conversation
app/docs/0.10.x/proxy.md
Outdated
#### 4. Response | ||
#### 4. Errors & retries | ||
|
||
Whenever an error occurs during proxying Kong will use the underlying Nginx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whenever an error occurs while
proxying,
Kong will use the underlying Nginx retries to pass the request onto
the next upstream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
app/docs/0.10.x/proxy.md
Outdated
See the [configuration reference][configuration-reference] for more details. | ||
|
||
|
||
[Back to TOC](#table-of-contents) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Back to Table of Contents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not changing this as this is used all over this document
app/docs/0.10.x/proxy.md
Outdated
#### 4. Errors & retries | ||
|
||
Whenever an error occurs during while proxying, Kong will use the underlying | ||
Nginx [retries][ngx-http-proxy-retries] to pass the request onto the next |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"underlying Nginx mechanism
"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"on to", not "onto"
app/docs/0.10.x/proxy.md
Outdated
|
||
There are two configurable elements here: | ||
|
||
1. The number of retries. This can be configured per API using the `retries` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The number of retries." is a sentance fragment. consider refactoring this to be a complete sentence
app/docs/0.10.x/proxy.md
Outdated
server, passing a request to it, or reading the response header. | ||
|
||
The second option is based on Nginx's directive | ||
[proxy_next_upstream][proxy_next_upstream]. This option is not directly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Nginx's proxy_next_upstream directive"
note: this also has to go to the 0.11 branch