Commit e02a846
authored
Worker Heartbeat: Use Worker Grouping instead of Runtime for Key in nexus TQ (#637)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND
SDK teams before merging! This is why the number of required approvals
is "2" and not "1"--two reviewers from the same team is NOT sufficient.
If your PR is not approved by someone in BOTH teams, it may be summarily
reverted._
<!-- Describe what has changed in this PR -->
**What changed?**
use `worker_grouping_key` instead of `runtime_key` for worker command
nexus task queue
<!-- Tell your future self why have you made these changes -->
**Why?**
There can be multiple clients (i.e. with different auths) within the
same runtime/namespace, so we want a more specific category for these
nexus worker command requests
<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
No, WIP feature
<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
**Server PR**1 parent d8216ae commit e02a846
File tree
4 files changed
+13
-16
lines changed- openapi
- temporal/api/worker/v1
4 files changed
+13
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16307 | 16307 | | |
16308 | 16308 | | |
16309 | 16309 | | |
16310 | | - | |
| 16310 | + | |
16311 | 16311 | | |
16312 | | - | |
| 16312 | + | |
16313 | 16313 | | |
16314 | 16314 | | |
16315 | 16315 | | |
16316 | | - | |
| 16316 | + | |
16317 | 16317 | | |
16318 | 16318 | | |
16319 | 16319 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13648 | 13648 | | |
13649 | 13649 | | |
13650 | 13650 | | |
13651 | | - | |
| 13651 | + | |
13652 | 13652 | | |
13653 | 13653 | | |
13654 | | - | |
13655 | | - | |
13656 | | - | |
| 13654 | + | |
13657 | 13655 | | |
13658 | | - | |
| 13656 | + | |
13659 | 13657 | | |
13660 | 13658 | | |
13661 | 13659 | | |
13662 | | - | |
| 13660 | + | |
13663 | 13661 | | |
13664 | 13662 | | |
13665 | 13663 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 57 | + | |
61 | 58 | | |
62 | | - | |
63 | | - | |
| 59 | + | |
| 60 | + | |
64 | 61 | | |
65 | | - | |
| 62 | + | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
| |||
0 commit comments