open-nomad/.changelog/17341.txt
nicoche 649831c1d3
deploymentwatcher: fail early whenever possible (#17341)
Given a deployment that has a `progress_deadline`, if a task group runs
out of reschedule attempts, allow it to fail at this time instead of
waiting until the `progress_deadline` is reached.

Fixes: #17260
2023-06-26 14:01:03 -04:00

4 lines
123 B
Plaintext

```release-note:improvement
deploymentwatcher: Allow deployments to fail early when running out of reschedule attempts
```