lua-resty-upstream-healthcheck icon indicating copy to clipboard operation
lua-resty-upstream-healthcheck copied to clipboard

What happens if a server exist in two upstream?

Open solio opened this issue 7 years ago • 0 comments
trafficstars

upstream foo1 { server 172.0.0.1; } upstream foo2 { server 172.0.0.1; } 172.0.01 will recieve two healthcheck requests in a check cycle?

solio avatar Mar 26 '18 14:03 solio