Skip to content

Reduce the number of parallel repository checks

Stan Hu requested to merge sh-reduce-batch-size-repo-check into master

Divide BATCH_SIZE (10,000) by the number by healthy shards to limit the number of dead tuples on the database.

In its current state, this significantly reduces the usefuless of scheduling parallel job checks.

Relates to https://gitlab.com/gitlab-com/infrastructure/issues/4526

Edited by Stan Hu

Merge request reports