| Hi, https://www.puppet.com/docs/pe/2021.7/installing_compilers.html#using-load-balancers-with-compilers-load_balancing_for_orchestration_scale is a bit unclear. Two quotes: > If you're not using HTTP health checks, we recommend using a round robin or random load balancing algorithm for PXP agent > Due to the diverse nature of the network communications between the agent and the primary server, we recommend that you implement a load balancing algorithm that distributes traffic between compilers based on the number of open connections. Load balancers often refer to this strategy as "balancing by least connections." Does that mean for pxp agents "round robin" is recommended" and for puppet agents "least connections"? |