gitlab-org--gitlab-foss/spec/lib/gitlab/git/storage
Bob Van Landuyt 430e767139 Implement backoff for the circuitbreaker
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.
2017-10-23 12:02:23 +03:00
..
circuit_breaker_spec.rb Implement backoff for the circuitbreaker 2017-10-23 12:02:23 +03:00
forked_storage_check_spec.rb Stub ForkedStorageCheck.storage_available? by default in all specs 2017-08-22 13:06:25 -04:00
health_spec.rb Don't use Redis#keys in the circuitbreaker 2017-10-17 12:47:20 +02:00
null_circuit_breaker_spec.rb Implement backoff for the circuitbreaker 2017-10-23 12:02:23 +03:00