Skip to content

Add ops feature flag to stop pruning old events

Thong Kuah requested to merge ops_prune_old_events into master

What does this MR do and why?

Add feature flag to allow us to control if PruneOldEventsWorker does delete old events, or not.

On GitLab.com, this pruner is not doing anywhere near enough, so instead of deleting old events very slowly, we add the ability for us to stop this so that when we work on the actual solution, we have the data available.

Related issue: #24538 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

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 Thong Kuah

Merge request reports