Load-Balancer-Golang icon indicating copy to clipboard operation
Load-Balancer-Golang copied to clipboard

A simple load balancer / reverse proxy written in GoLang.

Results 6 Load-Balancer-Golang issues
Sort by recently updated
recently updated
newest added

Hello all I want something where I can calculate the memory and cpu utilisation happening at each http server by the request . I saw something called profiling in go....

Since port comes from the config yml and not a cmd arg, it'd be handy to output what port we're listening on during boot.

TODO: Figure out if this should be a responsibility of the load balancer. If so, we should be able to temporarily disable a web server that's stopped responding, and also...

feature

We shouldn't need downtime to take down / add a web server to the load balancer.

feature

Not sure what causes this yet, but requests to the actioncable endpoint on a rails app 404 when proxied through the loadbalancer.