Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically shut down if it failed to start properly #143

Open
bertfrees opened this issue Oct 19, 2017 · 1 comment
Open

Automatically shut down if it failed to start properly #143

bertfrees opened this issue Oct 19, 2017 · 1 comment

Comments

@bertfrees
Copy link
Member

bertfrees commented Oct 19, 2017

This is already the case if the web service was able to start but there is something wrong with authentication. However when the web service bundle is not started at all for some reason the program just keeps running. We should be able to detect this state and shut down. Similarly, if the Pipeline is started in GUI mode and the GUI bundle fails to start, the program should shut down.

This idea could be extended to check for the correct start of any number of specified bundles or services (idea also touched here).

Related is the "healthcheck" idea for the Docker build: #140 (comment). This is only useful for the Docker build though.

@bertfrees
Copy link
Member Author

This is now done for the GUI: a splash screen (#149) is displayed while the required services start up, and the program shuts down after a certain timeout. At the moment the error message is not very useful though (just a generic error).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant