-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Implement new task queue kind to send worker commands #9899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+423
−72
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
884103a
Add IsEphemeral() to Partition interface for ephemeral task queue checks
rkannan82 056da25
Merge branch 'main' into kannan/ephemeral-partition-property
rkannan82 8e2ff4f
Rename stickyTaskQueueTTL and stickyWorkerAvailable to ephemeral vari…
rkannan82 2a7094c
Replace IsEphemeral() with fine-grained partition properties
rkannan82 5486579
Replace HasTTLExpiry with PersistenceTTL and use explicit sticky chec…
rkannan82 b3d1df6
Add MetricTag() to Partition interface
rkannan82 a212a6e
Add WorkerCommandsPartition type and partition metrics tag
rkannan82 28cb3fc
Fix stale test comments
rkannan82 ca8c453
Clean up test names and comments for consistency
rkannan82 285da50
Bump go.temporal.io/api to v1.62.9 and fix comment
rkannan82 a57d54a
Fix lint: nolint for interface method names, require instead of assert
rkannan82 eb69e07
Remove taskQueueBreakdown override for worker-commands and fix lint
rkannan82 0cbdeae
Add callback proto to getproto files.go
rkannan82 f65cc2d
Remove redundant name field from WorkerCommandsPartition and add tests
rkannan82 13c2a92
Merge remote-tracking branch 'origin/main' into kannan/worker-command…
rkannan82 691e44d
Fix lint: use require instead of assert in worker-commands tests
rkannan82 c899cf0
Merge branch 'main' into kannan/worker-commands-partition-metrics
rkannan82 06159c1
Validate worker-commands partitions must have nexus task type
rkannan82 1254c02
Fix worker-commands metric test to use correct task queue name
rkannan82 472aa8a
Update common/tqid/task_queue_id.go
rkannan82 2f1fed1
Add TODO for worker-commands variant in TaskQueuePartition proto
rkannan82 f0c646d
Handle WorkerCommandsPartition in PersistenceName
rkannan82 4055006
Add test for WorkerCommandsPartition PersistenceName and fix unused var
rkannan82 5c107f2
Bump go.temporal.io/api to match main
rkannan82 b5ef8f0
Merge remote-tracking branch 'origin/main' into kannan/worker-command…
rkannan82 fc8b3dc
Use TASK_QUEUE_KIND_WORKER_COMMANDS in e2e test
rkannan82 34b0229
Add worker-commands variant to TaskQueuePartition proto
rkannan82 b6f6282
Merge remote-tracking branch 'origin/main' into kannan/worker-command…
rkannan82 1b1db84
Merge branch 'main' into kannan/worker-commands-partition-metrics
rkannan82 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.