summaryrefslogtreecommitdiff
path: root/app/helpers/storage_health_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Implement backoff for the circuitbreakerBob Van Landuyt2017-10-231-3/+2
| | | | | | | | | | 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.
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+37