From 2611a98f7465579defdbc8ae5609836565415ce7 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Tue, 14 Jul 2020 16:29:30 -0400 Subject: [PATCH] [docs] Reschedule does happen during deployments --- website/pages/docs/job-specification/reschedule.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/website/pages/docs/job-specification/reschedule.mdx b/website/pages/docs/job-specification/reschedule.mdx index 8c00b5240..ca2880c3d 100644 --- a/website/pages/docs/job-specification/reschedule.mdx +++ b/website/pages/docs/job-specification/reschedule.mdx @@ -113,12 +113,6 @@ defaults by job type: } ``` -### Rescheduling during deployments - -The [update stanza](/docs/job-specification/update) controls rolling updates and canary deployments. A task -group's reschedule stanza does not take affect during a deployment. For example, if a new version of the job -is rolled out and the deployment failed due to a failing allocation, Nomad will not reschedule it. - ### Disabling rescheduling To disable rescheduling, set the `attempts` parameter to zero and `unlimited` to false.