docs(merge-queue): document dynamic batch sizing#11851
Merged
mergify[bot] merged 1 commit intoJun 16, 2026
Merged
Conversation
Contributor
Merge Protections🟢 All 5 merge protections satisfied — ready to merge. |
3013679 to
2b0e802
Compare
Member
Author
Revision history
|
There was a problem hiding this comment.
Pull request overview
Adds documentation for configuring batch_size as a {min, max} range and explains how Merge Queue can adjust batch sizes based on load, with cross-links between batching and performance guidance.
Changes:
- Adds a new “Dynamic Batch Sizing” section to the batches documentation, including behavior notes and a serial/parallel mode callout.
- Adds a new subsection to the performance page describing automatic batch-size tuning and linking to the batches page.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| src/content/docs/merge-queue/performance.mdx | Adds a subsection introducing range-based batch_size and links to the detailed batching docs. |
| src/content/docs/merge-queue/batches.mdx | Documents dynamic batch sizing behavior, tradeoffs, and mode limitations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
batch_size now accepts a {min, max} range in addition to a fixed integer.
Add a "Dynamic Batch Sizing" section to the batches page explaining how
Mergify adapts the batch size to load, and a cross-linked subsection on
the performance page positioning it as automatic batch-size tuning.
MRGFY-7652
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Change-Id: I4548091d73a3232ac7203713b191dd6323eacf9a
2b0e802 to
4b7fac4
Compare
JulianMaurin
approved these changes
Jun 16, 2026
sileht
approved these changes
Jun 16, 2026
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
Contributor
Merge Queue Status
This pull request spent 4 minutes 11 seconds in the queue, including 2 minutes 12 seconds running CI. Required conditions to merge
|
51 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
batch_size now accepts a {min, max} range in addition to a fixed integer.
Add a "Dynamic Batch Sizing" section to the batches page explaining how
Mergify adapts the batch size to load, and a cross-linked subsection on
the performance page positioning it as automatic batch-size tuning.
MRGFY-7652
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com