Skip to content

Commit c12b163

Browse files
committed
add OSP pruner back as backup to results
rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED
1 parent 91d0b89 commit c12b163

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

operator/gitops/argocd/pipeline-service/openshift-pipelines/tekton-config.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,13 @@ spec:
190190
kube-api-qps: 50
191191
kube-api-burst: 50
192192
pruner:
193-
disabled: true
193+
# The load on prod-rh01 is to the point now where tekton-results
194+
# can fall too far behind. Until the watcher's log storage is rewritten
195+
# etc with SRVKP-4347 or if we risk adding more processing power (threads,qps,burst)
196+
# to the mem leak version of the watcher, we need the OSP pruner as a backup.
197+
# a bit of an adjustment, we will prune once an hour now per https://crontab.guru/every-1-hour
198+
# to line up with typical timeout settings.
199+
keep: 10
200+
resources:
201+
- pipelinerun
202+
schedule: 0 * * * *

0 commit comments

Comments
 (0)