-
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 (#76342)
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.
- Loading branch information
1 parent
97d8a15
commit 8f5e457
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