Merge pull request #2945 from hashicorp/d-rolling

Document update stanza for system scheduler.
This commit is contained in:
Alex Dadgar 2017-08-01 14:21:18 -07:00 committed by GitHub
commit 04a124f4f8

View file

@ -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