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

[v13] Use GracefulExitContext for Proxy Web Endpoint service #39693

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

marcoandredinis
Copy link
Contributor

@marcoandredinis marcoandredinis commented Mar 21, 2024

Backport #39664 to branch/v13

GracefulExitContext is usually the context that should be used to be
notified of process shutdown.

ExitContext only notifies on immediate shutdowns, and gives no time to
do clean ups.
@marcoandredinis marcoandredinis added the no-changelog Indicates that a PR does not require a changelog entry label Mar 21, 2024
@marcoandredinis marcoandredinis requested review from zmb3 and kimlisa and removed request for strideynet and capnspacehook March 21, 2024 16:28
@marcoandredinis marcoandredinis added this pull request to the merge queue Mar 21, 2024
Merged via the queue into branch/v13 with commit 8b09380 Mar 21, 2024
25 of 26 checks passed
@marcoandredinis marcoandredinis deleted the marco/v13/backport_39664 branch March 21, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants