From d69d41b2470b528a4c336452b859677e35872ce5 Mon Sep 17 00:00:00 2001 From: jkburges Date: Tue, 15 Aug 2017 11:45:28 +1000 Subject: [PATCH] Match example update configuration to comment "two-at-a-time" == `max_parallel = 2` --- website/source/docs/job-specification/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/index.html.md b/website/source/docs/job-specification/index.html.md index 627df1004..ddb880e52 100644 --- a/website/source/docs/job-specification/index.html.md +++ b/website/source/docs/job-specification/index.html.md @@ -56,7 +56,7 @@ job "docs" { # 30 second intervals. update { stagger = "30s" - max_parallel = 1 + max_parallel = 2 } # A group defines a series of tasks that should be co-located