-
Notifications
You must be signed in to change notification settings - Fork 0
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
75 gracefully shutdown server #101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a way to provide some tests?
Ok i'll provide some tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The root intent of this graceful shutdown ticket was to unmount all plugins. It is something you must primarily handle.
I also notice that there are many changes due to formatting. To avoid that, we relied on the autoformat of vscode. Can you double check that you don't have any customization that ruins many files (exclude did-utils
)?
…dcomm-mediator-rs into 75-gracefully-shutdown-server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved
Since testing the shuttdown of the server itself is an issue, I opted for testing the unloading of the plugins on shutdown which can simulate the gracefull shutdown. |
Changes already addressed .
No description provided.