Skip to content

Remove cron schedule for removed job

James Nutt requested to merge jnutt/remove-bulk-import-cron into master

What does this MR do and why?

Remove cron schedule for removed job

In !143806 (merged) I removed the BulkImports::StuckImportWorker job. However, I mistakenly believed that sidekiq_remove_jobs(job_klasses: DEPRECATED_JOB_CLASSES) would remove the job schedule from Sidekiq::Cron.

This follow-up MR removes the Sidekiq::Cron entry.

I will open a follow-up MR to update the docs around removing scheduled workers.

Changelog: other

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports