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

fix: sctx cause request ctx canceled during graceful shutdown #3097

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

LinEvil
Copy link
Contributor

@LinEvil LinEvil commented Nov 22, 2023

Description (what this PR does / why we need it):

Use new context when starting server so that requests are not canceled during graceful shutdown

Which issue(s) this PR fixes (resolves / be part of):

fixes/resolves #3096

Other special notes for the reviewers:

none

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Nov 22, 2023
@dosubot dosubot bot added the LGTM label Dec 1, 2023
@hawkingrei hawkingrei merged commit abd1d35 into go-kratos:main Dec 1, 2023
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LGTM size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request context canceled during graceful shutdown
4 participants