Update schedulers - system (PR #287)

https://github.com/hashicorp/nomad/pull/287
This commit is contained in:
poll0rz
2015-10-19 21:26:26 +02:00
parent 6e01e1c8ae
commit 71628ea086

View File

@@ -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_.