open-nomad/website/source/docs/internals/scheduling/index.html.md
Preetha Appan 5bdfac0819
Add preemption section to scheduling internals
Also reorganize the docs so that scheduling has subpages in it
2019-01-23 18:10:36 -06:00

902 B

layout page_title sidebar_current description
docs Scheduling docs-internals-scheduling 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. The design is heavily inspired by Google's work on both Omega: flexible, scalable schedulers for large compute clusters and Large-scale cluster management at Google with Borg. See the links below for implementation details on scheduling in Nomad.

  • Scheduling Internals - An overview of how the scheduler works.
  • Preemption - Details of preemption, an advanced scheduler feature introduced in Nomad 0.9.