Skip to content

Commit 2368de1

Browse files
jsundaiclaudeflippedcoderCopilot
authored
priority and fairness interactive simulator (#4361)
* Add Priority and Fairness interactive walkthrough Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Refactor Priority & Fairness walkthrough into tabbed demo - Replace inline MDX with a tabbed PriorityFairnessWalkthrough component (Overview, Try It, How It Works, SDK Examples) - Move Interactive Demos sidebar section after glossary; restore activity-retry-simulator to standalone position in Develop - Remove unicode symbols from simulator buttons Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Update src/components/elements/PriorityFairnessWalkthrough/Overview.js Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com> * Update src/components/elements/PriorityFairnessWalkthrough/Overview.js Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com> * Update src/components/elements/PriorityFairnessWalkthrough/Overview.js Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com> * Update src/components/elements/PriorityFairnessWalkthrough/Overview.js Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com> * Update src/components/elements/PriorityFairnessWalkthrough/HowItWorks.js Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com> * Update src/components/elements/PriorityFairnessWalkthrough/HowItWorks.js Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com> * move demo on sidebar, replace inline sdk examples with focused cards, remove extra CTAs * cleanup * use link to, remove unneccessary link, and update button for dark mode * switch to agnostic and conceptual * tighten wording * fix: resolve merge conflicts, move demo to /demos, fix button contrast and code font Co-authored-by: jsundai <36107423+jsundai@users.noreply.github.com> * drop old demo exports --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 2786e6e commit 2368de1

11 files changed

Lines changed: 1853 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
id: priority-fairness-walkthrough
3+
title: Task Queue Priority and Fairness - Interactive Walkthrough
4+
sidebar_label: Priority and Fairness
5+
slug: /demos/priority-fairness-walkthrough
6+
hide_table_of_contents: true
7+
description: Interactively explore how Task Queue Priority and Fairness control dispatch order. Step through scenarios, see which task gets picked next and why, then grab the SDK code.
8+
toc_max_heading_level: 2
9+
keywords:
10+
- task queue priority
11+
- task queue fairness
12+
- priority key
13+
- fairness key
14+
- interactive demo
15+
tags:
16+
- Task Queues
17+
- Priority and Fairness
18+
---
19+
20+
import { PriorityFairnessWalkthrough } from '@site/src/components';
21+
22+
<PriorityFairnessWalkthrough />

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,6 +1998,7 @@ module.exports = {
19981998
'demos/standalone-activities',
19991999
'demos/serverless-workers',
20002000
'demos/activity-retry-simulator',
2001+
'demos/priority-fairness-walkthrough',
20012002
],
20022003
}, {
20032004
type: 'category',

0 commit comments

Comments
 (0)