Skip to content

Commit ae8db79

Browse files
rkannan82claude
andcommitted
Expand WORKER_COMMANDS comment with polling and partition details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0193c0d commit ae8db79

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

temporal/api/enums/v1/task_queue.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ enum TaskQueueKind {
3232
// Sticky queues are only for workflow tasks. There are no sticky task queues for activities.
3333
TASK_QUEUE_KIND_STICKY = 2;
3434
// A worker-commands task queue is used for server-to-worker communication (e.g. activity
35-
// cancellations). These queues are per-worker and only exist for the lifetime of the worker
36-
// process.
35+
// cancellations). These queues are ephemeral and per-worker-process — they exist only for
36+
// the lifetime of the worker process. They have a single partition with no fan-out or
37+
// forwarding. Polled via PollNexusTaskQueue.
3738
TASK_QUEUE_KIND_WORKER_COMMANDS = 3;
3839
}
3940

0 commit comments

Comments
 (0)