Document batching, PFD, and parallel-queue interactions#56
Open
samgutentag wants to merge 1 commit into
Open
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Summary
merge-queue/optimizations/batching.mdxcovering: batching as a lane, PR batch eligibility, ALL-keyword non-serialization, transitive dependents, bisection splits in half, PFD's downstream-PR delay, optimistic-off batch-removal restarts, and MQ-only failures not feeding flakiness signals today.pending-failure-depth.mdx(Next Steps) andparallel-queues/index.mdx(Related) into the new section.Why
Sourced from customer feedback mining (cluster
batching-and-pending-failure-depth, verdictpartial, 7 pairs across 4 customers). Existing pages explain batching, PFD, and bisection individually; customers hit confusion when these interact (e.g., the PFD-delay-when-downstream-still-testing case, ALL-keyword not serializing parallel PRs, optimistic-off causing batch-removal restarts). This PR addresses the cross-interaction framing gap the verifier called out, without re-documenting the individual features.Items flagged for review
../webhookswithout anchor since PR Rewrite webhooks reference with event lifecycle and v1/v2 schema notes #52 (webhook lifecycle reference) is not yet merged. Once Rewrite webhooks reference with event lifecycle and v1/v2 schema notes #52 lands, update to../webhooks#pending-failure-batch(or whatever the final anchor is).Customer signal
batching-and-pending-failure-depth(verdict: partial, 7 pairs / 4 customers)