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

Handle exceptions during server start up #449

Closed
basmasking opened this issue Jan 26, 2024 · 0 comments · Fixed by #457
Closed

Handle exceptions during server start up #449

basmasking opened this issue Jan 26, 2024 · 0 comments · Fixed by #457
Assignees
Labels
feature New feature or request

Comments

@basmasking
Copy link
Member

When the server is started exceptions can occur. For instance, when a startup script tries to connect to a database, but the connection is refused. If this happens, the exception is not handled and the server stops without executing the tear down scripts. This could mean that the server has open connections that don't get disconnected.

To make sure the server will run the tear down scripts, the exception that occurs during start needs to be handled in a proper way.

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

Successfully merging a pull request may close this issue.

1 participant