forked from maidsafe/autonomi
-
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.
feat: distinguish failure to start during upgrade
It's possible for a service to be upgraded but then not subsequently start. In this case, it has still been upgraded to a new version. It's worth making a distinction to the user between an actual error in the upgrade process, or a failure to start, because in the latter case, they do actually have an upgrade. They can then take action to try and start their services again. As part of this change, the start process attempts to find whether the service process did indeed start, because you don't always seem to get errors back from the service infrastructure. We also make sure that we return an error if there was a failure with the upgrade process for any services. This is necessary for visibility on our own deploy process.
- Loading branch information
1 parent
7c5d931
commit 592ac51
Showing
9 changed files
with
289 additions
and
23 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
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
Oops, something went wrong.