Remove the worker code IndexCurationWorker
Background
The last step in the process: https://docs.gitlab.com/development/sidekiq/compatibility_across_updates/#removing-worker-classes
This worker is deprecated, not used and just lying in the code
Implementation plan
- Delete the
Search::IndexCurationWorkerworker class file - Remove reference to class in
spec/workers/concerns/search/worker_spec.rb - Follow the guidance in our Sidekiq queues documentation around running Rake tasks to regenerate/update related files. Run both rake tasks and commit any changes:
bin/rake gitlab:sidekiq:all_queues_yml:generatebin/rake gitlab:sidekiq:sidekiq_queues_yml:generate
Edited by 🤖 GitLab Bot 🤖