From 49eade3e137b02685857ca9bd0ee6bb418fdca1c Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 1 Nov 2016 08:56:34 -0400 Subject: [PATCH] Clarify restart mode "fail" Fixes GH-1885 --- website/source/docs/job-specification/restart.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/job-specification/restart.html.md b/website/source/docs/job-specification/restart.html.md index 09230cf73..13e694a40 100644 --- a/website/source/docs/job-specification/restart.html.md +++ b/website/source/docs/job-specification/restart.html.md @@ -93,5 +93,5 @@ restart { `interval` is reached. This is the default behavior. - `"fail"` - Instructs the scheduler to not attempt to restart the task on - failure. This mode is useful for non-idempotent jobs which are not safe to - simply restart. + failure. This mode is useful for non-idempotent jobs which are unlikely to + succeed after a few failures.