Skip to content

Move repository update mirror jobs to project_mirror Sidekiq jobs

Stan Hu requested to merge move-sidekiq-project-mirror-queue into master

We see on GitLab.com that mirror workers can flood the gitlab_shell queue. I think it makes sense to move these to a separate queue to avoid confusing other gitlab-shell tasks (e.g. move repositories).

Merge request reports