smartcb icon indicating copy to clipboard operation
smartcb copied to clipboard

A self configuring circuit breaker in Go

Results 1 smartcb issues
Sort by recently updated
recently updated
newest added

Accept timeout value, along with QPS information to derive max. concurrency and enforce it, somewhat like [Hystrix ThreadPool](http://netflix.github.io/Hystrix/javadoc/index.html?com/netflix/hystrix/HystrixThreadPool.html).

enhancement