api-docs: add SysBatchSchedulerEnabled docs (#11973)

This commit is contained in:
René Moser 2022-02-02 22:54:47 +01:00 committed by GitHub
parent 54f8c04c91
commit 05db861938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,7 @@ $ curl \
"RejectJobRegistration": false, "RejectJobRegistration": false,
"PreemptionConfig": { "PreemptionConfig": {
"SystemSchedulerEnabled": true, "SystemSchedulerEnabled": true,
"SysBatchSchedulerEnabled": false,
"BatchSchedulerEnabled": false, "BatchSchedulerEnabled": false,
"ServiceSchedulerEnabled": false "ServiceSchedulerEnabled": false
} }
@ -72,6 +73,9 @@ $ curl \
- `SystemSchedulerEnabled` `(bool: true)` - Specifies whether preemption for system jobs is enabled. Note that - `SystemSchedulerEnabled` `(bool: true)` - Specifies whether preemption for system jobs is enabled. Note that
this defaults to true. this defaults to true.
- `SysBatchSchedulerEnabled` `(bool: false)` - Specifies whether preemption for system batch jobs is enabled. Note that
this defaults to false.
- `BatchSchedulerEnabled` `(bool: false)` - Specifies whether preemption for batch jobs is enabled. Note that - `BatchSchedulerEnabled` `(bool: false)` - Specifies whether preemption for batch jobs is enabled. Note that
this defaults to false and must be explicitly enabled. this defaults to false and must be explicitly enabled.
@ -118,6 +122,7 @@ server state is authoritative.
"RejectJobRegistration": false, "RejectJobRegistration": false,
"PreemptionConfig": { "PreemptionConfig": {
"SystemSchedulerEnabled": true, "SystemSchedulerEnabled": true,
"SysBatchSchedulerEnabled": false,
"BatchSchedulerEnabled": false, "BatchSchedulerEnabled": false,
"ServiceSchedulerEnabled": true "ServiceSchedulerEnabled": true
} }
@ -138,6 +143,10 @@ server state is authoritative.
- `SystemSchedulerEnabled` `(bool: true)` - Specifies whether preemption for - `SystemSchedulerEnabled` `(bool: true)` - Specifies whether preemption for
system jobs is enabled. Note that if this is set to true, then system jobs system jobs is enabled. Note that if this is set to true, then system jobs
can preempt any other jobs. can preempt any other jobs.
- `SysBatchSchedulerEnabled` `(bool: false)` <sup>1.2</sup> - Specifies
whether preemption for system batch jobs is enabled. Note that if this is
set to true, then system batch jobs can preempt any other jobs.
- `BatchSchedulerEnabled` `(bool: false)` - Specifies - `BatchSchedulerEnabled` `(bool: false)` - Specifies
whether preemption for batch jobs is enabled. Note that if this is set to whether preemption for batch jobs is enabled. Note that if this is set to