You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a specified upstream, the same name should be used to ensure that the checker objects created between different workers can share the same health check result.
For example, if we got the upstream from a Route, then the name should be /routes/{id}; if we got the upstream from a Service, then the name should be /service/{id}.
The text was updated successfully, but these errors were encountered:
For a specified upstream, the same name should be used to ensure that the checker objects created between different workers can share the same health check result.
https://github.com/iresty/apisix/blob/master/lua/apisix/balancer.lua#L76
For example, if we got the upstream from a Route, then the name should be
/routes/{id}
; if we got the upstream from a Service, then the name should be/service/{id}
.The text was updated successfully, but these errors were encountered: