Move RepositoryUpdateRemoteMirrorWorker jobs to project_mirror Sidekiq queue
We moved RepositoryUpdateMirrorWorker to the project_mirror queue in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/900
RepositoryUpdateMirrorWorker
should also exist in the project_mirror queue and retry should be false.
Merge request reports
Activity
@stanhu We had a customer yesterday who got into a race condition with deleting a project that had a mirror configured and
RepositoryUpdateMirrorWorker
jobs started. These jobs started to fail and retried constantly. The queue filled up and no other jobs were processed. At least this puts the jobs in a single queue, as for the race condition there's probably another fix required.Edited by username-removed-444214@MrChrisW Thanks, can you add a CHANGELOG entry? Run
bin/changelog --amend
.added 1 commit
- b0e15a6a - Move RepositoryUpdateRemoteMirrorWorker jobs to project_mirror Sidekiq queue
@stanhu Done
enabled an automatic merge when the pipeline for b0e15a6a succeeds
changed milestone to %8.16
mentioned in issue #6355
picked this merge request into branch
ac-test-pick-and-track
with commit 491fb4bfmentioned in commit 491fb4bf
mentioned in commit 35ddb16b