mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 06:11:32 +02:00
DOC: config: retry-on list is space-delimited
We are using comma-delimited list for init-addr for example, let's document that this is space-delimited to avoid the guessing game.
This commit is contained in:
parent
7059ebc095
commit
de16008c29
@ -10124,17 +10124,18 @@ retries <value>
|
|||||||
See also : "option redispatch"
|
See also : "option redispatch"
|
||||||
|
|
||||||
|
|
||||||
retry-on [list of keywords]
|
retry-on [space-delimited list of keywords]
|
||||||
Specify when to attempt to automatically retry a failed request.
|
Specify when to attempt to automatically retry a failed request.
|
||||||
This setting is only valid when "mode" is set to http and is silently ignored
|
This setting is only valid when "mode" is set to http and is silently ignored
|
||||||
otherwise.
|
otherwise.
|
||||||
May be used in sections: defaults | frontend | listen | backend
|
May be used in sections: defaults | frontend | listen | backend
|
||||||
yes | no | yes | yes
|
yes | no | yes | yes
|
||||||
Arguments :
|
Arguments :
|
||||||
<keywords> is a list of keywords or HTTP status codes, each representing a
|
<keywords> is a space-delimited list of keywords or HTTP status codes, each
|
||||||
type of failure event on which an attempt to retry the request
|
representing a type of failure event on which an attempt to
|
||||||
is desired. Please read the notes at the bottom before changing
|
retry the request is desired. Please read the notes at the
|
||||||
this setting. The following keywords are supported :
|
bottom before changing this setting. The following keywords are
|
||||||
|
supported :
|
||||||
|
|
||||||
none never retry
|
none never retry
|
||||||
|
|
||||||
@ -10207,6 +10208,9 @@ retry-on [list of keywords]
|
|||||||
|
|
||||||
The default is "conn-failure".
|
The default is "conn-failure".
|
||||||
|
|
||||||
|
Example:
|
||||||
|
retry-on 503 504
|
||||||
|
|
||||||
See also: "retries", "option redispatch", "tune.bufsize"
|
See also: "retries", "option redispatch", "tune.bufsize"
|
||||||
|
|
||||||
server <name> <address>[:[port]] [param*]
|
server <name> <address>[:[port]] [param*]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user