tengine How does ngx_http_upstream_dynamic interact with nginx failure mechanisms

ej83mcc0  于 4个月前  发布在  Nginx
关注(0)|答案(1)|浏览(105)

Question

Hi, i'd like to know how does ngx_http_upstream_dynamic module interact with nginx failure handling mechanisms.

When defining multiple servers nginx can know when one is unavailable and fallback to the next server. In our case we have an upstream composed of a single server which is a ELB and resolves to multilpes IPs, if we configure failure thresholds for this single servers will tengine fail to whole upstrem when a single backend IP fails? or will tengine consider them as separate servers and disable only the failing IP?

li9yvcax

li9yvcax1#

tengine consider them as separate servers and disable only the failing IP , and continue next ip try

相关问题