comparison xml/en/docs/stream/ngx_stream_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 0160e8784417
children 6225d50b3cba
comparison
equal deleted inserted replaced
1865:5ab0bf2b7e79 1866:6f2c5a36b4d1
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_upstream_module" 9 <module name="Module ngx_stream_upstream_module"
10 link="/en/docs/stream/ngx_stream_upstream_module.html" 10 link="/en/docs/stream/ngx_stream_upstream_module.html"
11 lang="en" 11 lang="en"
12 rev="21"> 12 rev="22">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0) 17 The <literal>ngx_stream_upstream_module</literal> module (1.9.0)
504 <tag-desc> 504 <tag-desc>
505 sets the interval between two consecutive health checks, 505 sets the interval between two consecutive health checks,
506 by default, 5 seconds; 506 by default, 5 seconds;
507 </tag-desc> 507 </tag-desc>
508 508
509 <tag-name id="health_check_jitter">
510 <literal>jitter</literal>=<value>time</value>
511 </tag-name>
512 <tag-desc>
513 sets the time within which
514 each health check will be randomly delayed,
515 by default, there is no delay;
516 </tag-desc>
517
509 <tag-name id="fails"> 518 <tag-name id="fails">
510 <literal>fails</literal>=<value>number</value> 519 <literal>fails</literal>=<value>number</value>
511 </tag-name> 520 </tag-name>
512 <tag-desc> 521 <tag-desc>
513 sets the number of consecutive failed health checks of a particular server 522 sets the number of consecutive failed health checks of a particular server