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!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.