I am looking at the following page where it says:
Sum over backend services. If a backend is used by multiple backend services, the backend instances are contacted as frequently as the sum of frequencies for each backend service's health check.
Now I don't quite understand what the following means:
...the backend instances are contacted as frequently as the sum of frequencies for each backend service's health check.
Can someone please help me break this down.
Thank you!
> If a backend is used by multiple backend services, the backend instances are contacted as frequently as the sum of frequencies for each backend service's health check. The frequency of a backend service’s health check refers to the `check-interval` configuration flag on the backend service. The default value is 5 seconds. – Nosail Aug 30 '22 at 05:48