Skip to content

Transition Sidekiq status to RedisSharedState

What does this MR do and why?

In our continued effort to reduce Redis-Sidekiq load in preparation for Sidekiq Zonal Clusters, we want to move the SidekiqStatus logic to RedisSharedState. We start here by executing all redis operations on both Redis clusters, but giving precendence to the existing one. In a future change we'll outphase the old cluster and complete the transition.

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

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

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.

Merge request reports