If the problem is on nginx side, you can raise the timeout value using
uwsgi_read_timeout.
That should be tuned accordingly to the "harakiri" parameter of uwsgi,
which is by default 60 seconds.
That being said, letting a request to occupy a "web resource" for MORE than
60 seconds, IMHO SCREAMS
How long does it take to process the pdf create requests?
I believe there is a timeout value set in your nginx config. You might
want to increase that. Or, what I've done in the past is to kick this off
to the scheduler to run it and then send an email with the pdfs attached
when it is comple
2 matches
Mail list logo