We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when call hc.spawn_checker the upstream is: upstream test { server 127.0.0.1:8080; }
hc.spawn_checker
upstream test { server 127.0.0.1:8080; }
But some time, upstream update to :upstream test { server 127.0.0.1:8080; server 127.0.0.1:8081; }
upstream test { server 127.0.0.1:8080; server 127.0.0.1:8081; }
Health Check will ignore 127.0.0.1:8081 server, because that peer not in upstream, when i first call hc. spawn_checker.
127.0.0.1:8081
hc. spawn_checker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when call
hc.spawn_checker
the upstream is:upstream test { server 127.0.0.1:8080; }
But some time, upstream update to :
upstream test { server 127.0.0.1:8080; server 127.0.0.1:8081; }
Health Check will ignore
127.0.0.1:8081
server, because that peer not in upstream, when i first callhc. spawn_checker
.The text was updated successfully, but these errors were encountered: