diff --git a/website/source/docs/internals/scheduling.html.md b/website/source/docs/internals/scheduling.html.md index d859e6132..3256440b8 100644 --- a/website/source/docs/internals/scheduling.html.md +++ b/website/source/docs/internals/scheduling.html.md @@ -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_.