Skip to content

Commit

Permalink
Add normal_name to TaskQueue (#291)
Browse files Browse the repository at this point in the history

Co-authored-by: Chad Retz <chad.retz@gmail.com>

---------

Co-authored-by: Spencer Judge <sjudge@hey.com>
Co-authored-by: Chad Retz <chad.retz@gmail.com>
  • Loading branch information
3 people authored May 24, 2023
1 parent 6d70f41 commit 72e6806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions temporal/api/taskqueue/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ message TaskQueue {
string name = 1;
// Default: TASK_QUEUE_KIND_NORMAL.
temporal.api.enums.v1.TaskQueueKind kind = 2;
// Iff kind == TASK_QUEUE_KIND_STICKY, then this field contains the name of
// the normal task that the sticky worker is running on.
string normal_name = 3;
}

// Only applies to activity task queues
Expand Down

0 comments on commit 72e6806

Please sign in to comment.