SchedulerConfiguration
The scheduler configuration for a virtual cluster on Amazon EMR on EKS. It controls how many job runs can run concurrently and how many can wait in the queue. When not set, no concurrency or queue limits are applied.
Contents
- maxConcurrentJobRuns
-
The maximum number of job runs that can be in the
RUNNINGstate at any time for the virtual cluster. As running slots free up, queued job runs start automatically. If you omit this field, the service applies no concurrency limit.Type: Integer
Valid Range: Minimum value of 1. Maximum value of 1000.
Required: No
- maxInQueueJobRuns
-
The maximum number of job runs that can be in the
PENDINGorSUBMITTEDstate at any time for the virtual cluster. When the queue is full, the service rejectsStartJobRunrequests with aValidationException. If you omit this field, the service applies no queue-depth limit.Type: Integer
Valid Range: Minimum value of 1. Maximum value of 1000.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: