forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[serve] Fix small bugs (ray-project#39778)
Fix two bugs: 1. Application target state checkpoint is not deleted when Serve is shutdown, so you will see `Recovering target state for application 'default' from checkpoint` each time you start Serve again. It "recovers" the default target state so there is no actual difference, but this is still a bug and the confusing log is printed to console + log files. <img width="1202" alt="Screen Shot 2023-09-20 at 3 35 19 PM" src="https://github.com/ray-project/ray/assets/15851518/85a63678-6c99-4e3c-a2fd-9b795b0e10dd"> 2. Typo in `deploy_config`. We have a generic catch block in case unexpected errors are thrown, had a typo in that block (which is untested since it's for unexpected errors).
- Loading branch information
Showing
2 changed files
with
36 additions
and
1 deletion.
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