Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Helm charts for swh packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
CI CD
Helm charts for swh packages
Merge requests
!57
swh/storage-replayer: update configmap to improve pipeline (buffer/filter/retry)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
swh/storage-replayer: update configmap to improve pipeline (buffer/filter/retry)
pg_replayer_config
into
production
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Guillaume Samson
requested to merge
pg_replayer_config
into
production
1 year ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Related to
swh/infra/sysadm-environment#4879 (closed)
1
0
Merge request reports
Compare
production
production (base)
and
latest version
latest version
b1cdb499
1 commit,
1 year ago
1 file
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
swh/templates/storage-replayer/configmap.yaml
+
12
−
0
Options
@@ -17,6 +17,18 @@ data:
{{- else if .pipelineFilterRetry }}
cls: pipeline
steps:
- cls: buffer
min_batch_size:
content: 1000
content_bytes: 52428800 # 50 MB
directory: 1000
directory_entries: 12000
revision: 1000
revision_parents: 2000
revision_bytes: 52428800
release: 1000
release_bytes: 52428800
extid: 1000
- cls: filter
- cls: retry
- cls: {{ .storageClass }}
Loading