comparison xml/en/docs/http/ngx_http_upstream_module.xml @ 1866:6f2c5a36b4d1

Documented the "jitter" parameter for health_check.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 15 Dec 2016 16:56:46 +0300
parents dca985318cfe
children 6225d50b3cba
comparison
equal deleted inserted replaced
1865:5ab0bf2b7e79 1866:6f2c5a36b4d1
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_upstream_module" 10 <module name="Module ngx_http_upstream_module"
11 link="/en/docs/http/ngx_http_upstream_module.html" 11 link="/en/docs/http/ngx_http_upstream_module.html"
12 lang="en" 12 lang="en"
13 rev="56"> 13 rev="57">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_upstream_module</literal> module 18 The <literal>ngx_http_upstream_module</literal> module
751 <literal>interval</literal>=<value>time</value> 751 <literal>interval</literal>=<value>time</value>
752 </tag-name> 752 </tag-name>
753 <tag-desc> 753 <tag-desc>
754 sets the interval between two consecutive health checks, 754 sets the interval between two consecutive health checks,
755 by default, 5 seconds; 755 by default, 5 seconds;
756 </tag-desc>
757
758 <tag-name id="health_check_jitter">
759 <literal>jitter</literal>=<value>time</value>
760 </tag-name>
761 <tag-desc>
762 sets the time within which
763 each health check will be randomly delayed,
764 by default, there is no delay;
756 </tag-desc> 765 </tag-desc>
757 766
758 <tag-name id="fails"> 767 <tag-name id="fails">
759 <literal>fails</literal>=<value>number</value> 768 <literal>fails</literal>=<value>number</value>
760 </tag-name> 769 </tag-name>