diff options
| author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-10-19 08:32:55 +0200 |
|---|---|---|
| committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-10-23 12:02:23 +0300 |
| commit | 430e7671397a1c022b88da31328a5a81409671b5 (patch) | |
| tree | 44dfbf4deb769d418968ba1505c9d1b2fa4b92f2 /vendor | |
| parent | 1881d4f8ecbf52afd7bc732cd6c1296fafd38405 (diff) | |
| download | gitlab-ce-430e7671397a1c022b88da31328a5a81409671b5.tar.gz | |
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.
Diffstat (limited to 'vendor')
0 files changed, 0 insertions, 0 deletions
