Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Console] Handle SIGQUIT signal #54510

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 1 commit into from
Apr 8, 2024
Merged

[Console] Handle SIGQUIT signal #54510

merged 1 commit into from
Apr 8, 2024

Conversation

ostrolucky
Copy link
Contributor

Q A
Branch? 7.1
Bug fix? no
New feature? no
Deprecations? no
Issues #43866
License MIT

As both PHP-FPM and NGINX use SIGQUIT for graceful shutdown, I believe it's necessary PHP applications should also support it. It's especially important in cases where you run PHP application in container running php/nginx image, since they override shutdown signal that docker uses to SIGQUIT, see eg. nginx/docker-nginx@3fb70dd

@chalasr
Copy link
Member

chalasr commented Apr 6, 2024

The component's changelog should mention this

As both PHP-FPM and NGINX use SIGQUIT for graceful shutdown, I believe it's necessary PHP applications should also support it. It's especially important in cases where you run PHP application in container running php/nginx image, since they override shutdown signal that docker uses to SIGQUIT, see nginx/docker-nginx@3fb70dd
@fabpot
Copy link
Member

fabpot commented Apr 8, 2024

Thank you @ostrolucky.

@fabpot fabpot merged commit 7bedfa0 into symfony:7.1 Apr 8, 2024
6 of 10 checks passed
@fabpot fabpot mentioned this pull request May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants