Skip to content

Disable non-existent cron workers from Sidekiq redis

Sylvester Chin requested to merge sc1-remove-dangling-cron-worker into master

What does this MR do and why?

This MR removes cron workers which have been detected in gitlab-com/gl-infra/scalability#3497 (comment 2119694117).

With !165769 (merged) merged, new cron removals will be automatically dropped from the hash. However, older removed cron workers are still enqueueing jobs which get routed into an invalid queue. For customers on a single redis-sidekiq (everyone), it goes into the dead job queue.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

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

Merge request reports

Loading