We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0193c0d commit ae8db79Copy full SHA for ae8db79
1 file changed
temporal/api/enums/v1/task_queue.proto
@@ -32,8 +32,9 @@ enum TaskQueueKind {
32
// Sticky queues are only for workflow tasks. There are no sticky task queues for activities.
33
TASK_QUEUE_KIND_STICKY = 2;
34
// 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.
+ // cancellations). These queues are ephemeral and per-worker-process — they exist only for
+ // the lifetime of the worker process. They have a single partition with no fan-out or
37
+ // forwarding. Polled via PollNexusTaskQueue.
38
TASK_QUEUE_KIND_WORKER_COMMANDS = 3;
39
}
40
0 commit comments