From f8e7a9f0abe9751e48c15e6811807357c14e8b93 Mon Sep 17 00:00:00 2001 From: BijanJohn Date: Wed, 20 May 2020 10:48:40 -0500 Subject: [PATCH] add notes about delay requirement for reschedule --- website/pages/docs/job-specification/reschedule.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/pages/docs/job-specification/reschedule.mdx b/website/pages/docs/job-specification/reschedule.mdx index 1ce62a4a5..8c00b5240 100644 --- a/website/pages/docs/job-specification/reschedule.mdx +++ b/website/pages/docs/job-specification/reschedule.mdx @@ -63,6 +63,7 @@ every node. - `delay` `(string: )` - Specifies the duration to wait before attempting to reschedule a failed task. This is specified using a label suffix like "30s" or "1h". + Delay cannot be less than 5 seconds. - `delay_function` `(string: )` - Specifies the function that is used to calculate subsequent reschedule delays. The initial delay is specified by the delay parameter.