gitlab-org--gitlab-foss/changelogs/unreleased/prune-web-hook-logs.yml
Yorick Peterse 75316348c5
Prune web hook logs older than 90 days
This adds a recurring Sidekiq job that removes up to 50 000 old web hook
logs per hour, if they are older than 90 days. This will prevent the
web_hook_logs table from growing indefinitely.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46120
2018-07-02 12:48:57 +02:00

5 lines
85 B
YAML

---
title: Prune web hook logs older than 90 days
merge_request:
author:
type: added