From cc923aed0fbbf909b131c5f8af311528cb7facc0 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 1 Aug 2017 08:51:26 -0700 Subject: [PATCH] Document update stanza for system scheduler. This PR adds a note to make it clear the limits of the system schedulers update stanza. --- website/source/docs/job-specification/update.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/job-specification/update.html.md b/website/source/docs/job-specification/update.html.md index 953a7239d..cd3631119 100644 --- a/website/source/docs/job-specification/update.html.md +++ b/website/source/docs/job-specification/update.html.md @@ -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