Skip to content

Commit b48111a

Browse files
rkannan82claude
andcommitted
Add new task queue kind to send worker commands (#763)
## What Add `TASK_QUEUE_KIND_WORKER_COMMANDS` (value 3) to `TaskQueueKind` enum. ## Why Worker-commands task queues are used for server-to-worker communication (e.g. activity cancellations). They need to be distinguished from user-defined queues so the server can handle them differently in metrics and other areas. SDKs will set this kind when polling worker-commands queues. ## How did you test it? Proto-only change, no runtime behavior yet. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aa836db commit b48111a

5 files changed

Lines changed: 22 additions & 11 deletions

File tree

enums/v1/task_queue.go-helpers.pb.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enums/v1/task_queue.pb.go

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalproto/openapi/openapiv2.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

temporalproto/openapi/openapiv3.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)