yammer / circuitbox

Circuit breaker built with large Ruby apps in mind.
Other
704 stars 59 forks source link

Rename CircuitBreaker's :cache to :circuit_store #190

Closed matthewshafer closed 1 year ago

matthewshafer commented 1 year ago

This makes the option passed to a CircuitBreaker align with the naming default_circuit_store that can be set in circuitbox's configuration. If a circuit is initialized with the :cache option a warning is output with the new key name.