-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Cap graceful shutdown time (#76349)
The node shutdown work done in #75188 did not impose any upper bound on the time allowed for ML jobs to shut down gracefully. This change imposes a cap of 10 minutes on shutdown time. In reality closing ML jobs shouldn't take this long, but we don't want ML to stall the shutdown process forever due to a bug, and require user intervention to recover. Backport of #76342
- Loading branch information
1 parent
1f87d1a
commit ae9cb9e
Showing
2 changed files
with
87 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters