Worker performance pg refactor - #5037
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
||
| ::: | ||
|
|
||
| ### Task Pollers |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Task Pollers' should use sentence-style capitalization.
| For the highest level of control over slot allocation, consider custom slot suppliers. | ||
| Custom suppliers let you tailor the logic of how slots are allocated based on your system requirements, providing flexibility to optimize for specific use cases that fixed assignment and resource-based suppliers do not fully address. | ||
|
|
||
| ### Implement Custom Slot Suppliers {/* #custom-slot-implementation */} |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Implement Custom Slot Suppliers ***********************************' should use sentence-style capitalization.
| ) | ||
| ``` | ||
|
|
||
| ### .NET C# SDK |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] '.NET C# SDK' should use sentence-style capitalization.
|
|
||
| then you might have too many workers, consider sizing down. | ||
|
|
||
| ### Worker Executor Slots sizing |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Worker Executor Slots sizing' should use sentence-style capitalization.
|
|
||
| Then consider increasing the number of pollers by adjusting `maxConcurrentWorkflowTaskPollers` or `maxConcurrentActivityTaskPollers`, depending on which type of `schedule_to_start` metric is elevated. | ||
|
|
||
| ### Rate Limiting |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Rate Limiting' should use sentence-style capitalization.
📖 Docs PR preview links
|
502d0f4 to
68f1786
Compare
What does this PR do?
Notes to reviewers
Scroll length:
Original page: ~20–21 scrolls (1032 lines / ~1023 body lines)
New pages: 1-6 scrolls max
TODO: Links needs to be checked. Double check all content is still the same and just reorganized.
┆Attachments: EDU-6890 Worker performance pg refactor