Created
August 16, 2012 10:30
-
-
Save superdaigo/3369125 to your computer and use it in GitHub Desktop.
gunicorn_django syncworker socket error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/home/oreore/app/env/lib/python2.6/site-packages/gunicorn/workers/sync.py", line 33, in run | |
client, addr = self.socket.accept() | |
File "/usr/lib64/python2.6/socket.py", line 197, in accept | |
sock, addr = self._sock.accept() | |
error: [Errno 11] Resource temporarily unavailable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is my environemnt
run by supervisord like below.
It works almost properly but creates error log... :-(