feat(task queues): created initial draft for priority and fairness#4080
Open
flippedcoder wants to merge 18 commits intomainfrom
Open
feat(task queues): created initial draft for priority and fairness#4080flippedcoder wants to merge 18 commits intomainfrom
flippedcoder wants to merge 18 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
27a91b6 to
a62958a
Compare
d412c87 to
db511e7
Compare
flippedcoder
commented
Jan 7, 2026
lennessyy
reviewed
Jan 7, 2026
Contributor
lennessyy
left a comment
There was a problem hiding this comment.
In addition to this page, I think these options should also be called out in the individual SDKs. We can just link to this page, but if they are not called out there then developers who only look at their language-specific resources will not find this.
130606e to
0a51ab9
Compare
lennessyy
approved these changes
Jan 21, 2026
cbb68de to
a7cc760
Compare
a7cc760 to
dc502f7
Compare
dc502f7 to
4afd919
Compare
4afd919 to
5016683
Compare
5016683 to
053eaa6
Compare
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
edbf4ab to
bdb6532
Compare
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.
What does this PR do?
This adds a new page to explain Task Queue priority and fairness.