mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Update schedulers - system (PR #287)
https://github.com/hashicorp/nomad/pull/287
This commit is contained in:
@@ -55,7 +55,7 @@ Nomad servers run scheduling workers, defaulting to one per CPU core, which are
|
||||
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, and a `core` scheduler which is used for internal maintenance. Nomad can
|
||||
of batch jobs, a `system` scheduler that is used to run jobs globally (in every node), and a `core` scheduler which is used for internal maintenance. Nomad can
|
||||
be extended to support custom schedulers as well.
|
||||
|
||||
Schedulers are responsible for processing an evaluation and generating an allocation _plan_.
|
||||
|
||||
Reference in New Issue
Block a user