From ef89b692d8fa14da9814e42f6b8e028bf2442337 Mon Sep 17 00:00:00 2001 From: Adrian Todorov Date: Tue, 11 Jul 2023 19:53:21 +0200 Subject: [PATCH] docs: clarify update stagger description and alternatives (#17896) --- website/content/docs/job-specification/update.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/job-specification/update.mdx b/website/content/docs/job-specification/update.mdx index ee0d87ee4..3e1243a16 100644 --- a/website/content/docs/job-specification/update.mdx +++ b/website/content/docs/job-specification/update.mdx @@ -109,8 +109,8 @@ a future release. - `stagger` `(string: "30s")` - Specifies the delay between each set of [`max_parallel`](#max_parallel) updates when updating system jobs. This - setting no longer applies to service jobs which use - [deployments.][strategies] + setting doesn't apply to service jobs which use + [deployments][strategies] instead, with the equivalent parameter being [`min_healthy_time`](#min_healthy_time). ## `update` Examples