[Triage] v25.1.0 - supervisor tends to lose control over gunicorn #3510
ppfeufer
started this conversation in
Issue Triage
Replies: 1 comment 2 replies
-
|
Hi, Did you tried it also with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Type
Bug Report
Description
After the update to v25.1.0, we see an increase in occasions where
supervisoris losing control over thegunicornprocess whensupervisoris restarted, resulting ingunicornnot being shut down properly and blocking the port it's listening on.Steps to Reproduce (for bugs)
supervisora couple of timesConfiguration
In
supervisor:Logs / Error Output
After stopping
supervisor, thegunicornprocess keeps listening to its port, which prevents it from being started again, resulting in the above error.Gunicorn Version
gunicorn v25.1.0
Python Version
Python 3.11 and 3.13
Worker Class
sync (default)
Operating System
Debian 12 (Py3.11) and Gentoo (Py3.13)
Additional Context
Downgrading to v25.0.3 resolves the issue again.
Checklist
Beta Was this translation helpful? Give feedback.
All reactions