Skip to main content

Interface: IWorkerDeploymentOptions

deployment.v1.IWorkerDeploymentOptions

Properties of a WorkerDeploymentOptions.

Implemented by

Properties

buildId

Optional buildId: null | string

The Build ID of the worker. Required when worker_versioning_mode==VERSIONED, in which case, the worker will be part of a Deployment Version identified by "<deployment_name>.<build_id>".


deploymentName

Optional deploymentName: null | string

Required. Worker Deployment name.


workerVersioningMode

Optional workerVersioningMode: null | WorkerVersioningMode

Required. Versioning Mode for this worker. Must be the same for all workers with the same deployment_name and build_id combination, across all Task Queues. When worker_versioning_mode==VERSIONED, the worker will be part of a Deployment Version identified by "<deployment_name>.<build_id>".