Batching
Learn the nuances of batching and related FAQs. Batching works alongside Parallel mode to scale the throughput of PRs merged, by merging more PRs per CI run.
How it works
Config Settings
version: 1.0.0
merge_rules:
labels:
trigger: "label_name"
merge_mode:
type: "parallel"
parallel_mode:
batch_size: 3
batch_max_wait_minutes: 0Current workflow

Workflow with batching

batch_size = 1
batch_size = 3
batch_size = 5
Handling Failures
Bisection

Other FAQs
Last updated
Was this helpful?
