Netflix's Hystrix latency and fault tolerance library, for Go
MIT License
4.24k
stars
477
forks
source link
I find the hystrix has an erro, I use hystrix.Do method in my code, once the hystrix circuit is open, it will runs the runFunc and fallbackFunc forever. In my understanding, once the circuit is open, the code will run fallbackFunc unless the SleepWindow is open. I find another question is the code will lead to memory leak #98