Skip to content

Dropped requests during HUP signal after version 20.1.0 #3394

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

Open
aiscribbles opened this issue May 6, 2025 · 0 comments
Open

Dropped requests during HUP signal after version 20.1.0 #3394

aiscribbles opened this issue May 6, 2025 · 0 comments

Comments

@aiscribbles
Copy link

When sending a HUP request to my gunicorn process, it drops requests for a moment.

The configuration in question is:
gthread, 2 workers, 1 thread
I also tried manually choosing sync.

It appears that this bug was introduced after version 20.1.0. When using 20.1.0 the HUP signal reloads the workers without dropping any requests. But upgrading to any future versions does drop them for a moment.

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

No branches or pull requests

1 participant