Skip to content

Replace Priority and Fairness diagrams with poller-flow flowcharts#4517

Merged
flippedcoder merged 6 commits intomainfrom
docs/priority-flow-diagram
May 1, 2026
Merged

Replace Priority and Fairness diagrams with poller-flow flowcharts#4517
flippedcoder merged 6 commits intomainfrom
docs/priority-flow-diagram

Conversation

@jpvotta
Copy link
Copy Markdown
Contributor

@jpvotta jpvotta commented Apr 30, 2026

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

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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview, Comment May 1, 2026 2:03pm

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 30, 2026

📖 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>
@jpvotta jpvotta changed the title Replace Priority diagram with poller-flow flowchart Replace Priority and Fairness diagrams with poller-flow flowcharts Apr 30, 2026
- 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>
@jpvotta jpvotta marked this pull request as ready for review April 30, 2026 23:45
@jpvotta jpvotta requested a review from a team as a code owner April 30, 2026 23:45
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>
Copy link
Copy Markdown
Contributor

@flippedcoder flippedcoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made an update to the images to make sure everything displayed in light mode and dark mode because they looked a little odd in light mode. But thanks for simplifying these diagrams!

Image Image

@flippedcoder flippedcoder merged commit e939190 into main May 1, 2026
10 checks passed
@flippedcoder flippedcoder deleted the docs/priority-flow-diagram branch May 1, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants