We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When iotedge restarts a container, we must make sure that the container that is restarted is able to gracefully shutdown/restart.
The text was updated successfully, but these errors were encountered:
Find inspiration here: Azure/iotedge#5274
Sorry, something went wrong.
feat: ShutdownHandler for graceful termination
63e38cb
Introduce the ShutdownHandler class that enables us to gracefully shutdown a running IoT Edge module. Inspiration was found here: https://github.com/Azure/iotedge/blob/master/edge-util/src/Microsoft.Azure.Devices.Edge.Util/ShutdownHandler.cs closes #2
Successfully merging a pull request may close this issue.
When iotedge restarts a container, we must make sure that the container that is restarted is able to gracefully shutdown/restart.
The text was updated successfully, but these errors were encountered: