Comcast / jrugged

A Java libary of robustness design patterns
Apache License 2.0
266 stars 93 forks source link

add minimum request threshold to PercentErrPerTimeFailureInterpreter #20

Closed mattnworb closed 10 years ago

mattnworb commented 11 years ago

When configured, the interpreter will not trip if the number of requests in the window is below the threshold. The intention is to prevent the interpreter from tripping if the first request in a window is a failure.

joercampbell commented 10 years ago

Thanks for the Patch.