Skip to main content

Interface: ITaskQueueVersioningInfo

taskqueue.v1.ITaskQueueVersioningInfo

Properties of a TaskQueueVersioningInfo.

Implemented by

Properties

currentDeploymentVersion

Optional currentDeploymentVersion: null | IWorkerDeploymentVersion

Specifies which Deployment Version should receive new workflow executions and tasks of existing unversioned or AutoUpgrade workflows. Nil value represents all the unversioned workers (those with UNVERSIONED (or unspecified) WorkerVersioningMode.) Note: Current Version is overridden by the Ramping Version for a portion of traffic when ramp percentage is non-zero (see ramping_deployment_version and ramping_version_percentage).


currentVersion

Optional currentVersion: null | string

Deprecated. Use current_deployment_version.


rampingDeploymentVersion

Optional rampingDeploymentVersion: null | IWorkerDeploymentVersion

When ramp percentage is non-zero, that portion of traffic is shifted from the Current Version to the Ramping Version. Must always be different from current_deployment_version unless both are nil. Nil value represents all the unversioned workers (those with UNVERSIONED (or unspecified) WorkerVersioningMode.) Note that it is possible to ramp from one Version to another Version, or from unversioned workers to a particular Version, or from a particular Version to unversioned workers.


rampingVersion

Optional rampingVersion: null | string

Deprecated. Use ramping_deployment_version.


rampingVersionPercentage

Optional rampingVersionPercentage: null | number

Percentage of tasks that are routed to the Ramping Version instead of the Current Version. Valid range: [0, 100]. A 100% value means the Ramping Version is receiving full traffic but not yet "promoted" to be the Current Version, likely due to pending validations. A 0% value means the Ramping Version is receiving no traffic.


updateTime

Optional updateTime: null | ITimestamp

Last time versioning information of this Task Queue changed.