Skip to content

prevent create of "empty" WorkerDeploymentVersions#1091

Open
jaypipes wants to merge 1 commit into
temporalio:mainfrom
jaypipes:restrict-empty-wdv-creation
Open

prevent create of "empty" WorkerDeploymentVersions#1091
jaypipes wants to merge 1 commit into
temporalio:mainfrom
jaypipes:restrict-empty-wdv-creation

Conversation

@jaypipes

Copy link
Copy Markdown
Contributor

Some customers were confused with the ability to create an "empty" WorkerDeploymentVersion with the temporal worker deployment create-version CLI command. This PR removes the ability to create a WDV that does not have any compute configuration associated with it.

As we add support for non-Lambda compute providers like Google Cloud Run, we will update the conditional check in the CLI command implementation to verify that at least one "set" of compute provider configuration CLI options has been specified.

Some customers were confused with the ability to create an "empty"
WorkerDeploymentVersion with the `temporal worker deployment
create-version` CLI command. This PR removes the ability to create a WDV
that does not have any compute configuration associated with it.

As we add support for non-Lambda compute providers like Google Cloud
Run, we will update the conditional check in the CLI command
implementation to verify that at least one "set" of compute provider
configuration CLI options has been specified.

Signed-off-by: Jay Pipes <jay.pipes@temporal.io>
@jaypipes jaypipes requested a review from a team as a code owner June 11, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants