From ce06e3dc6db1af48885805ea11fc99b4bc6ea3fe Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Wed, 25 Mar 2020 20:10:53 -0400 Subject: [PATCH] Update schedulers.mdx --- website/pages/docs/schedulers.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/schedulers.mdx b/website/pages/docs/schedulers.mdx index 4e7b969ca..304f6d60c 100644 --- a/website/pages/docs/schedulers.mdx +++ b/website/pages/docs/schedulers.mdx @@ -50,8 +50,8 @@ placed on the newly available nodes if the constraints are met. This scheduler type is extremely useful for deploying and managing tasks that should be present on every node in the cluster. Since these tasks are -managed by Nomad, they can take advantage of job updating, rolling deploys, -service discovery and more. +managed by Nomad, they can take advantage of job updating, +service discovery, and more. Since Nomad 0.9, the system scheduler will preempt eligible lower priority tasks running on a node if there isn't enough capacity to place a system job.