Codebase list golang-github-go-kit-kit / 1b27ffd
Try this Peter Bourgon 8 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4141 }
4242 thru := m.thru
4343
44 // https://github.com/afex/hystrix-go/issues/41
45 time.Sleep(time.Millisecond)
44 // Adding the sleep due to https://github.com/afex/hystrix-go/issues/41
45 // Increasing the sleep due to https://github.com/go-kit/kit/issues/169
46 time.Sleep(5 * time.Millisecond)
4647
4748 // But the rest should be blocked by an open circuit.
4849 for i := 0; i < 10; i++ {