mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
CE side of ENT PR:
task schedule: pauses are not restart "attempts"
distinguish between these two cases:
1. task dies because we "paused" it (on purpose)
- should not count against restarts,
because nothing is wrong.
2. task dies because it didn't work right
- should count against restart attempts,
so users can address application issues.
with this, the restart{} block is back to its normal
behavior, so its documentation applies without caveat.
4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
```release-note:improvement
|
|
task schedule: The task being paused no longer impacts restart attempts
|
|
```
|