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.