[web2py] Re: Nginx Gateway Timeout

2015-11-23 Thread Niphlod
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

[web2py] Re: Nginx Gateway Timeout

2015-11-23 Thread Jim S
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