Skip to content

Remove Gitlab::Redis::SidekiqStatus usage

Sylvester Chin requested to merge sc1-remove-sidekiq-status into master

What does this MR do and why?

This MR removes Gitlab::Redis::SidekiqStatus usage as it uses a MultiStore with connections to Gitlab::Redis::SharedState. This reduces the number of Redis connections to redis-cluster-shared-state spawned during each deployment.

Note that the feature flags are retained as the feature is not released to users.

See gitlab-com/gl-infra/scalability#2646 (closed)

The feature flag can be removed after gitlab-com/gl-infra/scalability#923 (closed) is done.

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.

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 Sylvester Chin

Merge request reports