Skip to content

Extend validity period for user counts to 24 hours [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Nick Thomas requested to merge 325458-merge-request-counts into master

What does this MR do?

Some further analysis in #325458 (comment 534771603)

20 minutes is a very short validity period for these counts. Personal projects are at 24 hours already, but I feel like these could even be a week or a month since cache invalidation for them is quite aggressive.

Let's start at 24 hours and see how we go. The goal is to make the underlying queries drop out of the top10, which is a frequency-related analysis, so this will hopefully do the trick.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #325458 (closed)

Edited by Aakriti Gupta

Merge request reports