mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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:
committed by
GitHub
parent
ec8250ed30
commit
0c2fcb3e30
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user