From 0c2fcb3e3068a8a994b82f4ac3c3aa348882ec7d Mon Sep 17 00:00:00 2001 From: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:37:26 +0200 Subject: [PATCH] docs: explicitly list all schedulers enabled by default (#26150) Co-authored-by: Aimee Ukasick Co-authored-by: Tim Gross --- website/content/docs/configuration/server.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/docs/configuration/server.mdx b/website/content/docs/configuration/server.mdx index 3b88c63f2..c27150a43 100644 --- a/website/content/docs/configuration/server.mdx +++ b/website/content/docs/configuration/server.mdx @@ -58,9 +58,10 @@ server { - `enabled` `(bool: false)` - Specifies if this agent should run in server mode. All other server options depend on this value being set. -- `enabled_schedulers` `(array: [all])` - Specifies which sub-schedulers - this server will handle. This can be used to restrict the evaluations that - worker threads will dequeue for processing. +- `enabled_schedulers` `(array: [])` - Specifies which sub-schedulers + this server handles. Use this to restrict the evaluations that worker threads + dequeue for processing. Nomad treats the empty default value as `["service", + "batch", "system", "sysbatch"]`. - `enable_event_broker` `(bool: true)` - Specifies if this server will generate events for its event stream.