diff --git a/website/source/docs/internals/scheduling/scheduling.html.md b/website/source/docs/internals/scheduling/scheduling.html.md index 6a9f46204..b163270de 100644 --- a/website/source/docs/internals/scheduling/scheduling.html.md +++ b/website/source/docs/internals/scheduling/scheduling.html.md @@ -6,21 +6,6 @@ description: |- Learn about how scheduling works in Nomad. --- -# Scheduling - -Scheduling is a core function of Nomad. It is the process of assigning tasks -from jobs to client machines. This process must respect the constraints as -declared in the job, and optimize for resource utilization. This page documents -the details of how scheduling works in Nomad to help both users and developers -build a mental model. The design is heavily inspired by Google's work on both -[Omega: flexible, scalable schedulers for large compute clusters][Omega] and -[Large-scale cluster management at Google with Borg][Borg]. - -~> **Advanced Topic!** This page covers technical details of Nomad. You do not -~> need to understand these details to effectively use Nomad. The details are -~> documented here for those who wish to learn about them without having to -~> go spelunking through the source code. - # Scheduling in Nomad [![Nomad Data Model][img-data-model]][img-data-model]