Docs on how Render's Load Balancer Works
planned
K
Kai Marshland
I would like to have a better understanding of how Render chooses which instance to route requests to, as this can have important impacts on both application design and performance.
Log In
M
Mounir Benabderrahmane
Any news on this?
S
Sylvain Kerkour
+1
Also it could be nice to write down that there is no limits of concurrent connections (especially useful for websockets, as opposed to Heroku). I've the reply to my question regarding this point thanks to your awesome support team, bu this knowledge my be lost for future people evaluating Render :)
Anurag Goel
planned
Anurag Goel
Coming soon.
M
Marvin Kennis
Anurag Goel: Any updates on this? I could find "There is a load balancer in front of service instances to evenly distribute network request traffic to scaled web services." But does that mean you use a round robin approach, or are you trying to keep utilization on target instances even?
Anurag Goel
Marvin Kennis: we use round robin load balancing. Utilization is typically controlled by turning autoscaling on.