-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROVER-311 Stop
rover dev
if the Router binary crashes (#2382)
At the moment (in Rover 0.26.3) if the Router fails to startup because of bad configuration `rover dev` doesn't respond to that event. It will sit there and still attempt to update the hot reloadable config, despite the fact that this won't have an impact as the binary is not monitoring the config once it has crashed. This moves us to a much better situation where the error is printed to the user, and then `rover dev` shuts down, so they can retry it once they've fixed the config in question. This also includes a change to re-instate some logging that was previously removed.
- Loading branch information
1 parent
5810499
commit 9fd86aa
Showing
2 changed files
with
92 additions
and
24 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