Name |
Last commit
|
Last update |
---|---|---|
.. | ||
circuit_breaker_spec.rb | ||
forked_storage_check_spec.rb | ||
health_spec.rb | ||
null_circuit_breaker_spec.rb |
BigW Consortium Gitlab
The circuitbreaker now has 2 failure modes: - Backing off: This will raise the `Gitlab::Git::Storage::Failing` exception. Access to the shard is blocked temporarily. - Circuit broken: This will raise the `Gitlab::Git::Storage::CircuitBroken` exception. Access to the shard will be blocked until the failures are reset.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
circuit_breaker_spec.rb | Loading commit data... | |
forked_storage_check_spec.rb | Loading commit data... | |
health_spec.rb | Loading commit data... | |
null_circuit_breaker_spec.rb | Loading commit data... |