From c0146fa8ca323325a5d2e2bdf19ded0a00127d2b Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 12 May 2020 13:02:13 -0400 Subject: [PATCH] docs: add note that only system job preemption is available in OSS --- website/pages/docs/internals/scheduling/preemption.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/pages/docs/internals/scheduling/preemption.mdx b/website/pages/docs/internals/scheduling/preemption.mdx index 9728f26b6..cb8ce34a0 100644 --- a/website/pages/docs/internals/scheduling/preemption.mdx +++ b/website/pages/docs/internals/scheduling/preemption.mdx @@ -31,6 +31,10 @@ into the plan queue. # Details +~> **Enterprise Functionality** System job preemption is available as an OSS +~> feature, while Batch and Service job preemption is only available in the +~> Enterprise offering. + Preemption is enabled by default in Nomad 0.9. Operators can use the [scheduler config](/api-docs/operator#update-scheduler-configuration) API endpoint to disable preemption. Nomad uses the [job priority](/docs/job-specification/job#priority) field to determine what running allocations can be preempted.