Skip to content

Commit

Permalink
docs: add sysbatch to scheduling internals
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed May 11, 2022
1 parent e7924e3 commit 348257a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/content/docs/internals/scheduling/scheduling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Nomad servers run scheduling workers, defaulting to one per CPU core, which are
used to 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, a `system` scheduler
that is used to run jobs on every node, and a `core` scheduler which is used
for internal maintenance.
scheduler that is used for fast placement of batch jobs, `system` and
`sysbatch` schedulers that are used to run jobs on every node, and a `core`
scheduler which is used 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 348257a

Please sign in to comment.