Commit e939190
Replace Priority and Fairness diagrams with poller-flow flowcharts (#4517)
* 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>
* Replace Fairness diagram with poller-flow flowchart
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>
* Update all three priority-fairness diagrams with mermaid renders
- 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>
* Add inheritance flowchart to Inheritance subsection
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>
* chore(priority/fairness): updated images to be friendly in light-mode and dark-mode
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: flippedcoder <milecia.mcgregor@aol.com>
Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com>1 parent a2fe787 commit e939190
5 files changed
Lines changed: 8 additions & 3 deletions
File tree
- docs/develop
- static/img/develop/task-queue-priority-fairness
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
| 524 | + | |
525 | 525 | | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
531 | 536 | | |
532 | 537 | | |
533 | 538 | | |
| |||
0 commit comments