Skip to content

Commit 11dd114

Browse files
rkannan82claude
andcommitted
Rename to TASK_QUEUE_KIND_WORKER_COMMANDS
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent b1507e2 commit 11dd114

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

temporal/api/enums/v1/task_queue.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ enum TaskQueueKind {
3131
//
3232
// Sticky queues are only for workflow tasks. There are no sticky task queues for activities.
3333
TASK_QUEUE_KIND_STICKY = 2;
34-
// An internal task queue is used for server-to-worker communication (e.g. activity
35-
// cancellations via worker commands). These queues are per-worker and only exist for the
36-
// lifetime of the worker process.
37-
TASK_QUEUE_KIND_INTERNAL = 3;
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.
37+
TASK_QUEUE_KIND_WORKER_COMMANDS = 3;
3838
}
3939

4040
enum TaskQueueType {

0 commit comments

Comments
 (0)