Report this

What is the reason for this report?

Socket error processing request / connection time out

Posted on July 2, 2019
Elle

By Elle

Hi,

My Django dokku website runs fine for a short time and then hangs (starting page can no longer loads). The log error is:

[178] [ERROR] Socket error processing request. Traceback (most recent call last): File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/sync.py”, line 135, in handle self.handle_request(listener, req, client, addr) File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/sync.py”, line 191, in handle_request six.reraise(*sys.exc_info()) File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/six.py”, line 625, in reraise raise value File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/sync.py”, line 182, in handle_request resp.write(item) File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/http/wsgi.py”, line 353, in write util.write(self.sock, arg, self.chunked) File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/util.py”, line 304, in write sock.sendall(data) TimeoutError: [Errno 110] Connection timed out

The site does take a while to compute stuff, so I tried to increase the timeout on guincorn with this Procfile:

web: python manage.py collectstatic --noinput; gunicorn earthlike.wsgi --preload --timeout 20000 --workers 1

But to no avail. Does anyone know what might be going on?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @Elle,

I believe this has been reported and resolved here. It’s best to trace the conversation there and see what it’s been discussed.

Kind regards, Kalin

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.