How to Proactively Dequeue Failing PRs
Learn how proactive dequeue identifies and removes failing PRs from the middle of the parallel mode queue without waiting for them to reach the top.
Configuration
use_proactive_dequeue
use_proactive_dequeueProperty
Value
proactive_dequeue_delay_seconds
proactive_dequeue_delay_secondsProperty
Value
Example
version: 1.0.0
merge_rules:
labels:
trigger: "mergequeue"
merge_mode:
type: "parallel"
parallel_mode:
max_parallel_builds: 10
batch_size: 1
use_proactive_dequeue: true
proactive_dequeue_delay_seconds: 300How it works
With batching
With affected targets
When proactive dequeue does not fire
Considerations
Recommendations
Last updated
Was this helpful?
