You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure the process is not pulled up repeatedly by fcntl . It will cost some time to fix.
Or just remove the logic that verifies pidfile. If the same configuration is used to pull up process repeatedly, port will conflict, verify pidfile is no need. And most people also only pull up a set of gunicorn.
Steps to reproduce
kill -9or shutdown hardware, the pid number in pidfile will be leftCause of the problem
gunicorn/gunicorn/pidfile.py
Line 74 in a86ea1e
Solution
fcntl. It will cost some time to fix.