You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delay applies when stopping a task and when restarting a "healthy" task. Restarts due to failures - such as check_restart induced restarts - are not delayed.
Unfortunately PR #5975 was accepted over #5957 because it was a more conservative approach to fixing a critical bug (#5395), and the accepted PR lacks the shutdown delay improvement.
Enhancement
Shutdown delay should not apply to unhealthy restarts like check_restart.
Shutdown delay's documentation should be updated to reflect its restart impact.
The text was updated successfully, but these errors were encountered:
Background
The documentation for
shutdown_delay
makes it unclear under which scenarios the delay is applied. The behavior changed in Nomad 0.9.0:PR #5957 would have tweaked the behavior further:
check_restart
induced restarts - are not delayed.Unfortunately PR #5975 was accepted over #5957 because it was a more conservative approach to fixing a critical bug (#5395), and the accepted PR lacks the shutdown delay improvement.
Enhancement
check_restart
.The text was updated successfully, but these errors were encountered: