Skip to content

Commit

Permalink
format long line
Browse files Browse the repository at this point in the history
  • Loading branch information
poll0rz committed Oct 19, 2015
1 parent 7b8591b commit 991cb29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/source/docs/internals/scheduling.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ 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, 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.
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.
Nomad can be extended to support custom schedulers as well.

Schedulers are responsible for processing an evaluation and generating an allocation _plan_.
The plan is the set of allocations to evict, update, or create. The specific logic used to
Expand Down

0 comments on commit 991cb29

Please sign in to comment.