diff --git a/website/pages/docs/internals/scheduling/scheduling.mdx b/website/pages/docs/internals/scheduling/scheduling.mdx index 96c9ff198..0283aade2 100644 --- a/website/pages/docs/internals/scheduling/scheduling.mdx +++ b/website/pages/docs/internals/scheduling/scheduling.mdx @@ -42,8 +42,7 @@ 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. Nomad can be extended to support custom schedulers as -well. +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