We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1507e2 commit 11dd114Copy full SHA for 11dd114
temporal/api/enums/v1/task_queue.proto
@@ -31,10 +31,10 @@ enum TaskQueueKind {
31
//
32
// Sticky queues are only for workflow tasks. There are no sticky task queues for activities.
33
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;
+ // A worker-commands task queue is used for server-to-worker communication (e.g. activity
+ // cancellations). These queues are per-worker and only exist for the lifetime of the worker
+ // process.
+ TASK_QUEUE_KIND_WORKER_COMMANDS = 3;
38
}
39
40
enum TaskQueueType {
0 commit comments