mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Before the fixes in #20165, the wait feature was disabled by default. After these changes, it's always enabled, which - at least on some platforms - leads to a significant increase in load (5-7x). This patch allows disabling the wait feature in the client stanza of the configuration file by setting min and max to 0: wait { min = "0" max = "0" } Per-template wait blocks in the task description still work like one would expect.
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
```release-note:improvement
|
|
config: Allow disabling `wait` in client config
|
|
```
|