koding / kite

Micro-service framework in Go
https://godoc.org/github.com/koding/kite
MIT License
3.26k stars 300 forks source link

backoff: Increased backoff to a maximum of 5m, with an Initial of 30s #134

Closed leeola closed 9 years ago

leeola commented 9 years ago

The backoff and variance was proving to be too small with any sizable amount of load, so this PR increases the backoff time, and allows the variance to be more meaningfully random given the larger max backoff.

cc @fatih