lua-resty-upstream-healthcheck
lua-resty-upstream-healthcheck copied to clipboard
What happens if a server exist in two upstream?
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?