From b797b9b506ee7f5f28fd7b0cb8269562cd961d50 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Mon, 28 Aug 2023 19:51:35 +0200 Subject: [PATCH] Add cronjob to clean up stale runner failed build records Changelog: added EE: true --- values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 7a3da8cfac..ece1009ab4 100644 --- a/values.yaml +++ b/values.yaml @@ -261,6 +261,9 @@ global: ## Periodically clean up stale ci_runner_machines records # ci_runners_stale_machines_cleanup_worker: # cron: "36 * * * *" + ## Prune failed builds' helper table + # ci_runners_failed_builds_cleanup_worker_cron: + # cron: "*/10 * * * *" ### GitLab Geo # Geo Primary only! # geo_prune_event_log_worker: @@ -541,7 +544,7 @@ global: ## Geo Secondary only # nodeName allows multiple instances behind a load balancer. nodeName: # defaults to `gitlab.gitlab.host` - # ingressClass: + # ingressClass: # PostgreSQL connection details only needed for `secondary` psql: password: {} -- GitLab