spacewander commented on code in PR #7184: URL: https://github.com/apache/apisix/pull/7184#discussion_r887618903
########## docs/en/latest/control-api.md: ########## @@ -198,6 +198,12 @@ For example, `GET /v1/healthcheck/upstreams/1` returns: } ``` +:::note + +If the process hit by the API request does not trigger the health check, the API request will not obtain any health check data. Review Comment: ```suggestion As APISIX uses multiple-process architecture, the health check information of an upstream might not appear until it is hit by a request handled in the current process. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
