Interface: IWorkerDeploymentInfo
deployment.v1.IWorkerDeploymentInfo
Properties of a WorkerDeploymentInfo.
Implemented by
Properties
createTime
• Optional createTime: null | ITimestamp
WorkerDeploymentInfo createTime
lastModifierIdentity
• Optional lastModifierIdentity: null | string
Identity of the last client who modified the configuration of this Deployment. Set to the
identity value sent by APIs such as SetWorkerDeploymentCurrentVersion and
SetWorkerDeploymentRampingVersion.
managerIdentity
• Optional managerIdentity: null | string
Identity of the client that has the exclusive right to make changes to this Worker Deployment.
Empty by default.
If this is set, clients whose identity does not match manager_identity will not be able to make changes
to this Worker Deployment. They can either set their own identity as the manager or unset the field to proceed.
name
• Optional name: null | string
Identifies a Worker Deployment. Must be unique within the namespace.
routingConfig
• Optional routingConfig: null | IRoutingConfig
WorkerDeploymentInfo routingConfig
routingConfigUpdateState
• Optional routingConfigUpdateState: null | RoutingConfigUpdateState
Indicates whether the routing_config has been fully propagated to all relevant task queues and their partitions.
versionSummaries
• Optional versionSummaries: null | IWorkerDeploymentVersionSummary[]
Deployment Versions that are currently tracked in this Deployment. A DeploymentVersion will be cleaned up automatically if all the following conditions meet:
- It does not receive new executions (is not current or ramping)
- It has no active pollers (see WorkerDeploymentVersionInfo.pollers_status)
- It is drained (see WorkerDeploymentVersionInfo.drainage_status)