docs: update worker tuner type guidance#4601
Open
lennessyy wants to merge 7 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
THardy98
requested changes
May 21, 2026
| fixed-size tuner with appropriately chosen configuration, but can offer reasonable performance | ||
| without the need for profiling. | ||
| Resource-based slot suppliers are suited to specific use cases. | ||
| A properly configured fixed-size tuner often delivers better performance, so reserve resource-based suppliers for the following scenarios: |
Contributor
There was a problem hiding this comment.
maybe a bit redundant, we've already stated this earlier:
A fixed-size tuner with appropriately chosen values delivers better performance and more predictable behavior than a resource-based tuner.
| A fixed-size tuner with appropriately chosen values delivers better performance and more predictable behavior than a resource-based tuner. | ||
|
|
||
| When choosing whether to opt for fixed assignment or resource-based suppliers, consider: | ||
| Each SDK provides sensible defaults for fixed-size slot counts. |
Contributor
There was a problem hiding this comment.
I might suggest removing the word sensible. The comment is a bit tongue-in-cheek, but the default values are often not ideal
| Each SDK provides sensible defaults for fixed-size slot counts. | ||
| See [Compute defaults by SDK](/develop/worker-tuning-reference#compute-defaults-by-sdk) for the default values per language. | ||
| Start with these defaults and adjust based on profiling. | ||
| Workflow Tasks make minimal demands on CPU and memory, so their slot counts rarely need tuning. |
Contributor
There was a problem hiding this comment.
I would not suggest this. Number of workflow task slots should be dependent on the workload.
lennessyy
commented
May 21, 2026
lennessyy
commented
May 21, 2026
Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com>
flippedcoder
approved these changes
May 21, 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.
What does this PR do?
Notes to reviewers
┆Attachments: EDU-6402 docs: update worker tuner type guidance