mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Merge pull request #8437 from angrycub/d-reschedule-in-deploys
[docs] Rescheduling does happen during deployments
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user