danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
508 stars 74 forks source link

Is the lock effective even across multiple server processes? #44

Open jacobg opened 5 years ago

jacobg commented 5 years ago

The CircuitBreakerStorage is a great way to share state across multiple servers. But is the lock effective for that?