go-hostpool icon indicating copy to clipboard operation
go-hostpool copied to clipboard

Intelligently and flexibly pool among multiple hosts from your Go application

Results 3 go-hostpool issues
Sort by recently updated
recently updated
newest added

A common scenario is that there are no downstream services available. In that case this library will panic ([referencing first item in an empty list](https://github.com/bitly/go-hostpool/blob/master/hostpool.go#L143)). I'd expect to get an...

I would have assumed "two random choices" would have given a better lower average load. Given that you're already tracking latency information for epsilon-greedy, implementing two random choices should be...

Just wanted to put some work I've done on the internal api changes up for folks to look at. The main goal of all this stuff is to increase the...