worker deployment replace-version-compute-config#1001
worker deployment replace-version-compute-config#1001jaypipes wants to merge 1 commit intotemporalio:mainfrom
Conversation
afab676 to
f6fdb9b
Compare
f6fdb9b to
f6601f4
Compare
Adds implementation of the `UpdateWorkerDeploymentVersionComputeConfig` gRPC API call with a `temporal worker deployment replace-version-compute-config` CLI command. I used `replace` instead of `update` to be more explicit about the replacement semantics used by the command. Signed-off-by: Jay Pipes <jay.pipes@temporal.io>
f6601f4 to
bdd4c48
Compare
|
@chaptersix I don't believe the test failure has anything to do with this particular PR. |
|
A couple things worth reconsidering here: Command naming -- The CLI uses Implicit delete behavior -- Currently if |
@chaptersix all great points. I will rework the patch! |
Adds implementation of the
UpdateWorkerDeploymentVersionComputeConfiggRPC API call with atemporal worker deployment replace-version-compute-configCLI command. I usedreplaceinstead ofupdateto be more explicit about the replacement semantics used by the command.