Skip to content

Cleanup unused issue workers

Alexandru Croitor requested to merge cleanup_unused_issue_workers into master

What does this MR do and why?

This MR is the third and last step in a trio of MRs !72802 (merged), !73423 (merged), !72803 aimed to fixing cop offences for Gitlab/NamespacedClass #321982 for issue workers.

  • First MR introduced the new workers and queues.
  • Second MR schedules new jobs through the new workers
  • This last MR cleans up old workers a couple milestones later, so that any jobs queued to old workers can finish the work.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alexandru Croitor

Merge request reports