You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Each scaling group describes a compute config for a specific subset of the worker \n deployment version: covering a specific set of task types and/or regions.\n Having different configurations for different task types, allows independent\n tuning of activity and workflow task processing (for example).\n\n The key of the map is the ID of the scaling group used to reference it in subsequent\n update calls."
10022
+
description: |-
10023
+
Each scaling group describes a compute config for a specific subset of the worker
10024
+
deployment version: covering a specific set of task types and/or regions.
10025
+
Having different configurations for different task types, allows independent
10026
+
tuning of activity and workflow task processing (for example).
10027
+
10028
+
The key of the map is the ID of the scaling group used to reference it in subsequent
10029
+
update calls.
10023
10030
description: |-
10024
10031
ComputeConfig stores configuration that helps a worker control plane
10025
10032
controller understand *when* and *how* to respond to worker lifecycle
@@ -10037,7 +10044,10 @@ components:
10037
10044
- TASK_QUEUE_TYPE_NEXUS
10038
10045
type: string
10039
10046
format: enum
10040
-
description: "Optional. The set of task queue types this scaling group serves. \n If not provided, this scaling group serves all not otherwise defined\n task types."
10047
+
description: |-
10048
+
Optional. The set of task queue types this scaling group serves.
10049
+
If not provided, this scaling group serves all not otherwise defined
10050
+
task types.
10041
10051
provider:
10042
10052
allOf:
10043
10053
- $ref: '#/components/schemas/ComputeProvider'
@@ -10050,6 +10060,21 @@ components:
10050
10060
description: |-
10051
10061
Informs a worker lifecycle controller *when* and *how often* to perform
10052
10062
certain worker lifecycle actions like starting a serverless worker.
description: A subset of information in ComputeConfig optimized for list views.
10069
10102
ComputeProvider:
10070
10103
type: object
10071
10104
properties:
@@ -11532,7 +11565,9 @@ components:
11532
11565
sourceDeploymentRevisionNumber:
11533
11566
type: string
11534
11567
description: The revision number of the source deployment version of the parent/previous workflow.
11535
-
description: "Used as part of WorkflowExecutionStartedEventAttributes to pass down the AutoUpgrade behavior and source deployment version \n to a workflow execution whose parent/previous workflow has an AutoUpgrade behavior."
11568
+
description: |-
11569
+
Used as part of WorkflowExecutionStartedEventAttributes to pass down the AutoUpgrade behavior and source deployment version
11570
+
to a workflow execution whose parent/previous workflow has an AutoUpgrade behavior.
11536
11571
Input:
11537
11572
type: object
11538
11573
properties:
@@ -15994,7 +16029,6 @@ components:
15994
16029
type: string
15995
16030
description: Last time versioning information of this Task Queue changed.
15996
16031
format: date-time
15997
-
description: Experimental. Worker Deployments are experimental and might significantly change in the future.
15998
16032
TerminateActivityExecutionRequest:
15999
16033
type: object
16000
16034
properties:
@@ -16830,7 +16864,6 @@ components:
16830
16864
description: |-
16831
16865
Information about workflow drainage to help the user determine when it is safe
16832
16866
to decommission a Version. Not present while version is current or ramping.
16833
-
Experimental. Worker Deployments are experimental and might significantly change in the future.
16834
16867
VersionInfo:
16835
16868
type: object
16836
16869
properties:
@@ -17021,7 +17054,14 @@ components:
17021
17054
Indicates whether the routing_config has been fully propagated to all
17022
17055
relevant task queues and their partitions.
17023
17056
format: enum
17024
-
description: "A Worker Deployment (Deployment, for short) represents all workers serving \n a shared set of Task Queues. Typically, a Deployment represents one service or \n application.\n A Deployment contains multiple Deployment Versions, each representing a different \n version of workers. (see documentation of WorkerDeploymentVersionInfo)\n Deployment records are created in Temporal server automatically when their\n first poller arrives to the server.\n Experimental. Worker Deployments are experimental and might significantly change in the future."
17057
+
description: |-
17058
+
A Worker Deployment (Deployment, for short) represents all workers serving
17059
+
a shared set of Task Queues. Typically, a Deployment represents one service or
17060
+
application.
17061
+
A Deployment contains multiple Deployment Versions, each representing a different
17062
+
version of workers. (see documentation of WorkerDeploymentVersionInfo)
17063
+
Deployment records are created in Temporal server automatically when their
Timestamp when this version last stopped being current or ramping.
17096
17136
Cleared if the version becomes current or ramping again.
17097
17137
format: date-time
17138
+
computeConfig:
17139
+
$ref: '#/components/schemas/ComputeConfigSummary'
17098
17140
WorkerDeploymentOptions:
17099
17141
type: object
17100
17142
properties:
@@ -17117,9 +17159,7 @@ components:
17117
17159
same `deployment_name` and `build_id` combination, across all Task Queues.
17118
17160
When `worker_versioning_mode==VERSIONED`, the worker will be part of a Deployment Version.
17119
17161
format: enum
17120
-
description: |-
17121
-
Worker Deployment options set in SDK that need to be sent to server in every poll.
17122
-
Experimental. Worker Deployments are experimental and might significantly change in the future.
17162
+
description: Worker Deployment options set in SDK that need to be sent to server in every poll.
17123
17163
WorkerDeploymentVersion:
17124
17164
type: object
17125
17165
properties:
@@ -17249,7 +17289,13 @@ components:
17249
17289
- `CreateWorkerDeploymentVersion`
17250
17290
- `UpdateWorkerDeploymentVersionComputeConfig`
17251
17291
- `UpdateWorkerDeploymentVersionMetadata`
17252
-
description: "A Worker Deployment Version (Version, for short) represents all workers of the same \n code and config within a Deployment. Workers of the same Version are expected to \n behave exactly the same so when executions move between them there are no \n non-determinism issues.\n Worker Deployment Versions are created in Temporal server automatically when \n their first poller arrives to the server.\n Experimental. Worker Deployments are experimental and might significantly change in the future."
17292
+
description: |-
17293
+
A Worker Deployment Version (Version, for short) represents all workers of the same
17294
+
code and config within a Deployment. Workers of the same Version are expected to
17295
+
behave exactly the same so when executions move between them there are no
17296
+
non-determinism issues.
17297
+
Worker Deployment Versions are created in Temporal server automatically when
17298
+
their first poller arrives to the server.
17253
17299
WorkerDeploymentVersionInfo_VersionTaskQueueInfo:
17254
17300
type: object
17255
17301
properties:
@@ -18015,9 +18061,7 @@ components:
18015
18061
Experimental. Versioning info is experimental and might change in the future.
18016
18062
workerDeploymentName:
18017
18063
type: string
18018
-
description: |-
18019
-
The name of Worker Deployment that completed the most recent workflow task.
18020
-
Experimental. Worker Deployments are experimental and might change in the future.
18064
+
description: The name of Worker Deployment that completed the most recent workflow task.
18021
18065
priority:
18022
18066
allOf:
18023
18067
- $ref: '#/components/schemas/Priority'
@@ -18804,21 +18848,18 @@ components:
18804
18848
description: |-
18805
18849
The Worker Deployment Version that completed this task. Must be set if `versioning_behavior`
18806
18850
is set. This value updates workflow execution's `versioning_info.version`.
18807
-
Experimental. Worker Deployments are experimental and might significantly change in the future.
18808
18851
Deprecated. Replaced with `deployment_version`.
18809
18852
workerDeploymentName:
18810
18853
type: string
18811
18854
description: |-
18812
18855
The name of Worker Deployment that completed this task. Must be set if `versioning_behavior`
18813
18856
is set. This value updates workflow execution's `worker_deployment_name`.
18814
-
Experimental. Worker Deployments are experimental and might significantly change in the future.
0 commit comments