Skip to content

Remove unused `redis_queues` method in SidekiqConfig

What does this MR do and why?

This MR removes an unused method which uses Sidekiq::Queues.

Related to gitlab-com/gl-infra/scalability#2817 (closed). Removing this usage of Sidekiq::Queues facilitates the introduction of shard-aware Sidekiq changes.

As redis_queues is a class method, I looked up rg SidekiqConfig.redis_queues but nothing came up. Doing a more thorough grep of rg '\.redis_queues' does not yield any usage of this method too.

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.

Edited by Sylvester Chin

Merge request reports