maxExecutorsCount property

int? maxExecutorsCount
getter/setter pair

Max configurable executors.

If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. Default=1000

Optional.

Implementation

core.int? maxExecutorsCount;