Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2018-06-26 19:24:42 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2018-07-02 13:48:57 +0300
commit75316348c50d03d9aed760e9b603275995e4e3e3 (patch)
tree3eeaebf24fceb6d378063f592682ace0b35533d6 /changelogs
parentf25cdea64d69a97f31719622f9dead3de1ea0e11 (diff)
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/prune-web-hook-logs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/prune-web-hook-logs.yml b/changelogs/unreleased/prune-web-hook-logs.yml
new file mode 100644
index 00000000000..e8c805b2a92
--- /dev/null
+++ b/changelogs/unreleased/prune-web-hook-logs.yml
@@ -0,0 +1,5 @@
+---
+title: Prune web hook logs older than 90 days
+merge_request:
+author:
+type: added