Skip to content

Use MiniCache in WwwGitLabCom

Rémy Coutable requested to merge cache-www-gitlab-com-data into master

What does this MR do and why?

In https://gitlab.slack.com/archives/C2T9APP9C/p1656501612957599?thread_ts=1656412018.206819&cid=C2T9APP9C (private link), it was discovered that the data from www-gitlab-com is probably never refreshed in the reactive processors, until the next deployment.

By caching these data using MiniCache with a default expiration time of 30 minutes, this should ensure the data is regularly refreshed.

Expected impact & dry-runs

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

See https://gitlab.com/gitlab-org/quality/triage-ops/-/tree/master/doc/scheduled#testing-with-a-dry-run on how to perform dry-runs.

Action items

  • (If applicable) Add documentation to the handbook pages for Triage Operations =>
  • (If applicable) Identify the affected groups and how to communicate to them:
    • /cc @person_or_group =>
    • Relevant Slack channels =>
    • Engineering week-in-review
Edited by Rémy Coutable

Merge request reports