docs: explicitly list all schedulers enabled by default (#26150)

Co-authored-by: Aimee Ukasick <aimee.ukasick@hashicorp.com>
Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Piotr Kazmierczak
2025-06-26 17:37:26 +02:00
committed by GitHub
parent ec8250ed30
commit 0c2fcb3e30

View File

@@ -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<string>: [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<string>: [])` - 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.