mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
docs: add sysbatch to scheduling internals (#12954)
This commit is contained in:
@@ -39,9 +39,9 @@ Nomad servers run scheduling workers, defaulting to one per CPU core, which are
|
||||
used to process evaluations. The workers dequeue evaluations from the broker,
|
||||
and then invoke the appropriate scheduler as specified by the job. Nomad ships
|
||||
with a `service` scheduler that optimizes for long-lived services, a `batch`
|
||||
scheduler that is used for fast placement of batch jobs, a `system` scheduler
|
||||
that is used to run jobs on every node, and a `core` scheduler which is used
|
||||
for internal maintenance.
|
||||
scheduler that is used for fast placement of batch jobs, `system` and
|
||||
`sysbatch` schedulers that are used to run jobs on every node, and a `core`
|
||||
scheduler which is used for internal maintenance.
|
||||
|
||||
Schedulers are responsible for processing an evaluation and generating an
|
||||
allocation _plan_. The plan is the set of allocations to evict, update, or
|
||||
|
||||
Reference in New Issue
Block a user