Skip to content
Snippets Groups Projects

Delete old pipelines

Merged Marius Bobin requested to merge 498969-test-poc into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ class ScheduleOldPipelinesRemovalCronWorker
idempotent!
deduplicate :until_executed, including_scheduled: true
feature_category :continuous_integration
data_consistency :delayed
data_consistency :sticky
ITERATIONS = 10
BATCH_SIZE = 100
Loading