Skip to content
Snippets Groups Projects
Select Git revision
  • as-if-foss/jennli-ensure-qa-suite-status-env-file-exists
  • as-if-foss/520313-implement-pat-scope-enforcement-for-depproxy
  • as-if-foss/pb/509427/scim-self-managed-get-group
  • as-if-foss/jnnkl-duo-chat-locale
  • as-if-foss/dg-fix-issues
  • as-if-foss/gkatz_add_security_findings_severity_override_audit
  • as-if-foss/482499-cronjob-to-evaluate-compliance-controls
  • as-if-foss/523685-add-severity-override-to-pipeline-page
  • master default protected
  • as-if-foss/pl-rubocop-internal-affairs
  • as-if-foss/470699-requirement-entries
  • as-if-foss/ysiev-vulnerability-namespace-statistics-update-service
  • as-if-foss/470699-present-data
  • as-if-foss/470699-model-validations
  • as-if-foss/523422-bug-vulnerbaility-statistics-total-not-updated
  • as-if-foss/521110-limit-date-inheritance-to-epics-in-work-item-creation
  • as-if-foss/justin_ho-fix-a11y-issues-with-duo-workflow
  • as-if-foss/508977-stub-fe-for-vscode-extension-marketplace
  • as-if-foss/overdue-finalize-background-migration--delete-orphaned-partitioned-ci-runner-machine-records
  • as-if-foss/overdue-finalize-background-migration--backfill-ci-secure-file-states-project-id
  • v17.7.6 protected
  • v17.8.4 protected
  • v17.9.1 protected
  • v17.8.3 protected
  • v17.7.5 protected
  • v17.9.0 protected
  • v17.9.0-rc42 protected
  • v17.6.5 protected
  • v17.7.4 protected
  • v17.8.2 protected
  • v17.6.4 protected
  • v17.7.3 protected
  • v17.8.1 protected
  • v17.8.0 protected
  • v17.7.2 protected
  • v17.8.0-rc42 protected
  • v17.5.5 protected
  • v17.6.3 protected
  • v17.7.1 protected
  • v17.7.0 protected
40 results

null_circuit_breaker.rb

  • Bob Van Landuyt's avatar
    430e7671
    Implement backoff for the circuitbreaker · 430e7671
    Bob Van Landuyt authored
    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.
    430e7671
    History
    Implement backoff for the circuitbreaker
    Bob Van Landuyt authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.