-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Terminate nodes instead of stopping them (#3427)
# Overview Nodes were being stopped and saved for future re-use purposes. This PR turns off caching by settings `cache_stopped_nodes` to `false`. This tells ray to shut down the nodes when `ray down ...` is invoked.
- Loading branch information
Raunak Bhagat
authored
Nov 26, 2024
1 parent
396a0af
commit 8bdd9ec
Showing
2 changed files
with
2 additions
and
2 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