mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Merge pull request #2945 from hashicorp/d-rolling
Document update stanza for system scheduler.
This commit is contained in:
@@ -43,6 +43,10 @@ job "docs" {
|
||||
}
|
||||
```
|
||||
|
||||
~> For `system` jobs, only `max_parallel` and `stagger` are enforced. The job is
|
||||
updated at a rate of `max_parallel`, waiting `stagger` duration before the next
|
||||
set of updates. The `system` scheduler will be updated to support the new
|
||||
`update` stanza in a future release.
|
||||
|
||||
## `update` Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user