Skip to content

fix: bugs found under production load with graphql-yoga #11116

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

Merged
merged 3 commits into from
Apr 7, 2025

Conversation

mattkrick
Copy link
Member

@mattkrick mattkrick commented Apr 7, 2025

Description

fix #11117
fix #11115
fix #11114
fix #11112

SIGTERM handler was exiting almost immediately because the hocusPocus server, which runs on the same process, was called process.exit(0) on SIGTERM when it was finished, which meant that the webserver was exiting before it was able to handle its graceful shutdown.

@github-actions github-actions bot added the size/s label Apr 7, 2025
@github-actions github-actions bot added size/m and removed size/s labels Apr 7, 2025
@mattkrick mattkrick changed the title fix: fix graceful shutdowns on web server fix: bugs found under production load with graphql-yoga Apr 7, 2025
@mattkrick mattkrick merged commit b46ad57 into master Apr 7, 2025
7 checks passed
@mattkrick mattkrick deleted the fix/graceful-shutdown branch April 7, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant