Skip to content

Commit

Permalink
Merge pull request #8500 from hashicorp/docs-no-custom-schedulers
Browse files Browse the repository at this point in the history
docs: remove mention of custom schedulers
  • Loading branch information
schmichael authored Jul 22, 2020
2 parents b27c740 + d17edca commit e8ce66d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions website/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@
/docs/internals/scheduling.html /docs/internals/scheduling/scheduling 301!
/docs/internals/scheduling /docs/internals/scheduling/scheduling 301!

# Sometimes code names are too good not to mention
/heartyeet /docs/job-specification/group#stop_after_client_disconnect 301!

# Moved /docs/operating-a-job/ -> /guides/operating-a-job/
/docs/operating-a-job https://learn.hashicorp.com/nomad?track=managing-jobs#managing-jobs 301!
/docs/operating-a-job/index.html https://learn.hashicorp.com/nomad?track=managing-jobs#managing-jobs 301!
Expand Down
3 changes: 1 addition & 2 deletions website/pages/docs/internals/scheduling/scheduling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8ce66d

Please sign in to comment.