Skip to content

Instantly share code, notes, and snippets.

@superdaigo
Created August 16, 2012 10:30
Show Gist options
  • Save superdaigo/3369125 to your computer and use it in GitHub Desktop.
Save superdaigo/3369125 to your computer and use it in GitHub Desktop.
gunicorn_django syncworker socket error
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
@aehlke
Copy link

aehlke commented Nov 30, 2012

I get this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment