sony / gobreaker

Circuit Breaker implemented in Go
MIT License
2.93k stars 185 forks source link

validation on negative time duration #26

Closed johanavril closed 4 years ago

johanavril commented 4 years ago

ensure the given interval and timeout setting is a positive value duration so the logic can work correctly.

YoshiyukiMineo commented 4 years ago

Thank you for your pull request.