Skip to content

Commit

Permalink
add OSP pruner back as backup to results
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.3.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
gabemontero committed Jul 24, 2024
1 parent 91d0b89 commit c12b163
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,13 @@ spec:
kube-api-qps: 50
kube-api-burst: 50
pruner:
disabled: true
# The load on prod-rh01 is to the point now where tekton-results
# can fall too far behind. Until the watcher's log storage is rewritten
# etc with SRVKP-4347 or if we risk adding more processing power (threads,qps,burst)
# to the mem leak version of the watcher, we need the OSP pruner as a backup.
# a bit of an adjustment, we will prune once an hour now per https://crontab.guru/every-1-hour
# to line up with typical timeout settings.
keep: 10
resources:
- pipelinerun
schedule: 0 * * * *

1 comment on commit c12b163

@gabemontero
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/retest

Please sign in to comment.