balancers icon indicating copy to clipboard operation
balancers copied to clipboard

Implementation of HTTP load-balancers.

Results 3 balancers issues
Sort by recently updated
recently updated
newest added

there will throw an error "stopped after 10 redirects" when the server return http status 3xx with a location, which cause infinite loop: for example, get http://master/file/1 returns 302 http://node1/file/1...

My team is using the load balancer to horizontally scale and provide processing retention for an application that does cpu intensive calculations on data. The issue we are running into...

Currently it seems that a connection is considered broken if the url provided to the balancer throws an error or returns any status code other than 200. Ideally, I think...

enhancement