Skip to content

Move `JobTracker` redis store to `SharedState`

Alejandro Rodríguez requested to merge move-job-tracker-to-shared-state into master

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 LimitedCapacity::JobTracker logic to RedisSharedState. Unlike with our gradual transition of DuplicateJobs, we are doing a clean move here, as we estimate the impact of a temporary data duplication to be negligible. See this thread.

Part of gitlab-com/gl-infra/scalability#924 (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.

Edited by Alejandro Rodríguez

Merge request reports