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

Provide context.Context in main execution path #610

Merged
merged 1 commit into from
Mar 23, 2022
Merged

Conversation

mark-rushakoff
Copy link
Member

Now pressing ^C at the command line will begin a graceful shutdown. The
user can press ^C again to force a hard shutdown (and dump the running
goroutines' stack to aid in debugging). Otherwise, there is a hard
one-minute timeout waiting for the graceful shutdown to finish, before
the process panics.

Now pressing ^C at the command line will begin a graceful shutdown. The
user can press ^C again to force a hard shutdown (and dump the running
goroutines' stack to aid in debugging). Otherwise, there is a hard
one-minute timeout waiting for the graceful shutdown to finish, before
the process panics.
@jtieri jtieri merged commit 6ceca3a into main Mar 23, 2022
@jtieri jtieri deleted the feat/main-interrupt branch March 23, 2022 15:05
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

Successfully merging this pull request may close these issues.

2 participants