Skip to content
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

gunicorn.sock failed #2433

Closed
praveencqr opened this issue Oct 8, 2020 · 1 comment
Closed

gunicorn.sock failed #2433

praveencqr opened this issue Oct 8, 2020 · 1 comment

Comments

@praveencqr
Copy link

I have been using gunicorn with nginx for a CPU intensive django application.
I see 502 error almost 99% of the times. I checked nginx log and got these error message.
connect() to unix:/run/gunicorn.sock failed (11: Resource temporarily unavailable) while connecting to upstream. ...

please help me to get rid of the issue

@benoitc
Copy link
Owner

benoitc commented Jan 5, 2021

you probably found a solution, but I would check the permissions and ensure the order of you start (gunicorn need to be started first).

@benoitc benoitc closed this as completed Jan 5, 2021
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

2 participants