Skip to main content

Interface: IWorkerDeploymentInfo

deployment.v1.IWorkerDeploymentInfo

Properties of a WorkerDeploymentInfo.

Hierarchy

Properties

createTime

Optional createTime: null | $Properties

WorkerDeploymentInfo createTime

Inherited from

$Properties.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.

Inherited from

$Properties.lastModifierIdentity


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.

Inherited from

$Properties.managerIdentity


name

Optional name: null | string

Identifies a Worker Deployment. Must be unique within the namespace.

Inherited from

$Properties.name


routingConfig

Optional routingConfig: null | $Properties

WorkerDeploymentInfo routingConfig

Inherited from

$Properties.routingConfig


routingConfigUpdateState

Optional routingConfigUpdateState: null | RoutingConfigUpdateState

Indicates whether the routing_config has been fully propagated to all relevant task queues and their partitions.

Inherited from

$Properties.routingConfigUpdateState


versionSummaries

Optional versionSummaries: null | $Properties[]

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)

Inherited from

$Properties.versionSummaries