Document Worker Status UI in worker performance and worker health - #4493
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
dustin-temporal
marked this pull request as draft
April 28, 2026 19:33
rkannan82
reviewed
Apr 29, 2026
dustin-temporal
marked this pull request as ready for review
April 29, 2026 19:04
brianmacdonald-temporal
approved these changes
Apr 29, 2026
brianmacdonald-temporal
left a comment
Contributor
There was a problem hiding this comment.
Looks good!
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.
Summary
Documents the Worker Status UI feature, which surfaces Worker details (task slots, CPU usage, configuration) and the Workers assigned to a Task Queue in the Temporal UI.
docs/develop/worker-performance.mdx— adds a new section, "Visualize Workers in the UI," after the "Worker performance concepts" section. Describes how the SDK heartbeat feeds Server APIs that the UI consumes, calls out version requirements (Server 1.30+, API 1.62+), notes Cloud availability, and links to Manage Worker Heartbeating for minimum SDK versions.docs/cloud/worker-health.mdx— adds a brief tip near the top pointing to the new section in worker-performance.Why
There is no current docs coverage for visualizing Workers in the UI. This gives PMs, SAs, and customers a single place to point users when they ask how to see Workers and Workers-per-Task-Queue in the UI for troubleshooting delayed Workflow processing.
Checklist
┆Attachments: EDU-6275 Document Worker Status UI in worker performance and worker health