rubyist / circuitbreaker

Circuit Breakers in Go
MIT License
1.12k stars 109 forks source link

Use a sliding window to track failures / successes #21

Closed rubyist closed 9 years ago

rubyist commented 9 years ago

This will give better error rate reporting.

technoweenie commented 9 years ago

Minor defer niggles aside, this looks great :+1: