Skip to content

Adjust Namespaces::Storage::RootSize cache keys

Vijay Hawoldar requested to merge vij-adjust-root-size-cache into master

What does this MR do and why?

Switch to using Namespace::RootStorageStatistics#cache_key when caching in the Namespaces::Storage::RootSize#current_size method, so that the cache will expire when the related statistics have been updated.

This means the current_size cache will be busted when the root statistics are refreshed, but will fall back to a 10 min cache TTL as before if not.

Refs https://gitlab.com/gitlab-org/gitlab/-/issues/364124

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 Vijay Hawoldar

Merge request reports