parallelism property

String? parallelism
getter/setter pair

Max number of tasks that can run in parallel.

Default to min(task_count, parallel tasks per job limit). See: Job Limits. Field parallelism must be 1 if the scheduling_policy is IN_ORDER.

Implementation

core.String? parallelism;