workerType
The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.
For the
Standardworker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.For the
G.1Xworker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.For the
G.2Xworker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.
MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.
If either
NumberOfWorkersorWorkerTypeis set, thenMaxCapacitycannot be set.If
MaxCapacityis set then neitherNumberOfWorkersorWorkerTypecan be set.If
WorkerTypeis set, thenNumberOfWorkersis required (and vice versa).MaxCapacityandNumberOfWorkersmust both be at least 1.