Skip to main content

Interface: IComputeConfig

compute.v1.IComputeConfig

Properties of a ComputeConfig.

Implemented by

Properties

scalingGroups

Optional scalingGroups: null | { [k: string]: IComputeConfigScalingGroup; }

Each scaling group describes a compute config for a specific subset of the worker deployment version: covering a specific set of task types and/or regions. Having different configurations for different task types, allows independent tuning of activity and workflow task processing (for example).

The key of the map is the ID of the scaling group used to reference it in subsequent update calls.