Skip to content

Allow setting max concurrency for gitaly-backup

James Fargher requested to merge gitaly-backup-parallel into master

What does this MR do?

#35862 (closed)

  • Reuse the env var GITLAB_BACKUP_MAX_CONCURRENCY to set the parallel param in gitaly-backup.
  • The goal is to avoid using any parallelism in gitlab-rails to avoid deadlocks #241701 (closed)
  • gitaly-backup has its own concurrency defaults. So we want to avoid setting anything if the env var was unset or empty.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Max Woolf

Merge request reports