Last Updated: June 6, 2026
Round-robin spreads requests evenly but ignores how loaded each backend is. Least-connections is smarter: it sends each request to the backend currently doing the least work. Write that selection so traffic steers away from an overloaded instance.