[docs] Reschedule does happen during deployments

This commit is contained in:
Charlie Voiselle 2020-07-14 16:29:30 -04:00
parent bd457343de
commit baaab98a0d
No known key found for this signature in database
GPG Key ID: 2E5B39B53B785AA3
1 changed files with 0 additions and 6 deletions

View File

@ -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.