Resurrecting a thread from 2015. The issue someone raised was that uwsgi was logging the error message: "uwsgi_response_write_body_do() TIMEOUT !!!” when the uwsgi backend was streaming back a very large file (> 1GB) and how to fix it.
The unsympathetic responses to that user’s query followed the theme “don’t serve static files with uwsgi”. While that may be good advice, the problem can arise (and has, for us) for a uwsgi backend that was not serving static data, but rather large, dynamically-generated data. So I’d like to ask the same question as the original poster: how do you configure uwsgi to not timeout on long response times from a uwsgi backend? Thanks. —Eric _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
