bolshakov / stoplight

:traffic_light: Traffic control for code.
http://bolshakov.github.io/stoplight/
MIT License
384 stars 40 forks source link

Only clear failures if the color stayed the same #103

Closed tfausak closed 6 years ago

tfausak commented 8 years ago

This is a work in progress. It fixes #93.

I'm not sold on this approach yet. It makes another request to the data store. I have tried hard to keep the number of requests down. However taking the performance hit may be worth it for correctness.

What do you think of this, @mrdziuban?

tfausak commented 6 years ago

Closing due to lack of interest.