Replace Priority and Fairness diagrams with poller-flow flowcharts#4517
Merged
flippedcoder merged 6 commits intomainfrom May 1, 2026
Merged
Replace Priority and Fairness diagrams with poller-flow flowcharts#4517flippedcoder merged 6 commits intomainfrom
flippedcoder merged 6 commits intomainfrom
Conversation
New diagram illustrates how a poller traverses priority queues from P1 (highest) to P5 (lowest) and dispatches the first available task, which conveys the dispatch model more directly than the previous illustration. Also updates alt text to describe the flowchart content. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
Mirrors the Priority diagram's poller-polling structure and surfaces the backlog-only behavior up front: poller checks for backlog, and only then does the weighted virtual-queue selection apply. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- priority-details.png: 5 priority levels with red→yellow→green→blue→ purple Holocene palette - fairness-details.png: weighted virtual queue selection with orange/ pink/cyan tier palette - priority-fairness.png: combined diagram showing Fairness operating within each priority bucket Also updates the combined-diagram alt text to describe the flowchart content rather than the prior placeholder. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Visualizes the field-resolution cascade: Task Queue weight override (fairness_weight only) -> explicit value -> inherit from calling Workflow -> default. Complements the existing precedence chain prose. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
flippedcoder
approved these changes
May 1, 2026
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.


Replaces the priority diagram on the Task Queue Priority and Fairness page with a flowchart showing how a poller traverses priority queues from P1 (highest) to P5 (lowest) and dispatches the first available task. Same file path (
priority-details.png) so no other refs change. Alt text updated to describe the flowchart content. Draft so a preview build surfaces.┆Attachments: EDU-6299 Replace Priority diagram with poller-flow flowchart