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

Documentation | Graceful shutdown - Docker app #5578

Open
abhith opened this issue May 6, 2019 · 1 comment
Open

Documentation | Graceful shutdown - Docker app #5578

abhith opened this issue May 6, 2019 · 1 comment

Comments

@abhith
Copy link

abhith commented May 6, 2019

In Shutting down Orleans | Microsoft Orleans Documentation Graceful shutdown - Docker app mentioned as To be completed.

Putting at least a reference to orleans/Samples/2.0/docker-aspnet-core/Silo/Program.cs would be good.

The doc for the same can be found here - shutting_down_orleans.md

@abhith abhith changed the title Documentation - Graceful shutdown - Docker app Documentation | Graceful shutdown - Docker app May 6, 2019
@sergeybykov sergeybykov added this to the Triage milestone May 8, 2019
@RehanSaeed
Copy link

The Docker example uses AssemblyLoadContext.Default.Unloading, while the other main documentation example uses Console.CancelKeyPress. What is the correct way to shut down an app, especially if you are deploying with Docker but debugging outside a Docker container, so you'd want to support both scenarios.

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

No branches or pull requests

5 participants