Hacker News new | ask | show | jobs
by Cidan 3342 days ago
You can already adjust the load distribution algorithm when creating the LB, so I imagine this doesn't really change anything.
1 comments

The distribution algorithm options are either a) rate or b) utilization. Re rate, you can configure the Requests Per Second but this doesn't mean much in a long-running connection context because some connections can be drastically longer (hours, days?). This may lead to starvation or overloading an instance.