Sha256: a1cbaf605a96f8c6991e8e0ab8b05395388cc5702ba684fc9c364b9d6e448f65
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
en: workarea: admin: shared: primary_nav: circuit_breaker_title: Circuit Breakers circuit_breaker: flash_messages: turned_on: "%{circuit} has been enabled" turned_off: "%{circuit} has been disabled for %{break_for}" break: Break break_for: Break For broken_until: Broken Until circuit: Circuit current_fails: Current Fails enable: Enable max_fails: Max Fails message: Message sentry: Sentry timeline: Timeline title: Circuit Breakers window: Window manually_broke_circuit: "%{user} manually broke circuit" no_circuits: There are currently no circuits defined. help_text: Circuits are developer configured code blocks that allow for processes to execute a defined fallback when a service fails within a given set of parameters. help: max_fails: Maximum times this circuit can fail before shutting off. window: Timeframe in which a Max fails would trigger a circuit to shut off. Eg. five failures (max fails) in one minute (window) will trigger the circuit to shut off. break_for: How long to turn the circuit off for when the max failures limit is reached within the window duration.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-circuit_breaker-1.0.3 | config/locales/en.yml |