Skip to main content

Class: WorkerDeploymentInfo

deployment.v1.WorkerDeploymentInfo

A Worker Deployment (Deployment, for short) represents all workers serving a shared set of Task Queues. Typically, a Deployment represents one service or application. A Deployment contains multiple Deployment Versions, each representing a different version of workers. (see documentation of WorkerDeploymentVersionInfo) Deployment records are created in Temporal server automatically when their first poller arrives to the server. Experimental. Worker Deployments are experimental and might significantly change in the future.

Implements

Constructors

constructor

new WorkerDeploymentInfo(properties?): WorkerDeploymentInfo

Constructs a new WorkerDeploymentInfo.

Parameters

NameTypeDescription
properties?IWorkerDeploymentInfoProperties to set

Returns

WorkerDeploymentInfo

Properties

createTime

Optional createTime: null | ITimestamp

WorkerDeploymentInfo createTime.

Implementation of

IWorkerDeploymentInfo.createTime


lastModifierIdentity

lastModifierIdentity: 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.

Implementation of

IWorkerDeploymentInfo.lastModifierIdentity


name

name: string

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

Implementation of

IWorkerDeploymentInfo.name


routingConfig

Optional routingConfig: null | IRoutingConfig

WorkerDeploymentInfo routingConfig.

Implementation of

IWorkerDeploymentInfo.routingConfig


versionSummaries

versionSummaries: 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)

Implementation of

IWorkerDeploymentInfo.versionSummaries

Methods

toJSON

toJSON(): Object

Converts this WorkerDeploymentInfo to JSON.

Returns

Object

JSON object


create

create(properties?): WorkerDeploymentInfo

Creates a new WorkerDeploymentInfo instance using the specified properties.

Parameters

NameTypeDescription
properties?IWorkerDeploymentInfoProperties to set

Returns

WorkerDeploymentInfo

WorkerDeploymentInfo instance


decode

decode(reader, length?): WorkerDeploymentInfo

Decodes a WorkerDeploymentInfo message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

WorkerDeploymentInfo

WorkerDeploymentInfo

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): WorkerDeploymentInfo

Decodes a WorkerDeploymentInfo message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

WorkerDeploymentInfo

WorkerDeploymentInfo

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified WorkerDeploymentInfo message. Does not implicitly temporal.api.deployment.v1.WorkerDeploymentInfo.verify|verify messages.

Parameters

NameTypeDescription
messageIWorkerDeploymentInfoWorkerDeploymentInfo message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified WorkerDeploymentInfo message, length delimited. Does not implicitly temporal.api.deployment.v1.WorkerDeploymentInfo.verify|verify messages.

Parameters

NameTypeDescription
messageIWorkerDeploymentInfoWorkerDeploymentInfo message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): WorkerDeploymentInfo

Creates a WorkerDeploymentInfo message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

WorkerDeploymentInfo

WorkerDeploymentInfo


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for WorkerDeploymentInfo

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject

toObject(message, options?): Object

Creates a plain object from a WorkerDeploymentInfo message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageWorkerDeploymentInfoWorkerDeploymentInfo
options?IConversionOptionsConversion options

Returns

Object

Plain object