Re: 504 timeout

2020-05-12 Thread Larry Martell
On Tue, May 12, 2020 at 12:55 PM Norman Gray wrote: > > > Larry, hello. > > On 12 May 2020, at 16:33, Larry Martell wrote: > > > There can be cases when a > > request from a user does not come back from the db for 15-20 minutes. > > This is expected as it's calling a stored proc that does a lot an

Re: 504 timeout

2020-05-12 Thread Norman Gray
Larry, hello. On 12 May 2020, at 16:33, Larry Martell wrote: There can be cases when a request from a user does not come back from the db for 15-20 minutes. This is expected as it's calling a stored proc that does a lot and this is an internal app. (open-parenthesis This isn't an answer to

Re: 504 timeout

2020-05-12 Thread Larry Martell
s is an internal app. Issue is that after some amount of time I get > a 504 timeout error - but it's not always the same time - sometimes 10 > minutes, sometimes 15, sometimes 16. My config file has: > > uwsgi_read_timeout 60m; > uwsgi_send_timeout 60m; > client_body_timeout 60m;

504 timeout

2020-05-12 Thread Larry Martell
I have a django app using nginx and uwsgi. There can be cases when a request from a user does not come back from the db for 15-20 minutes. This is expected as it's calling a stored proc that does a lot and this is an internal app. Issue is that after some amount of time I get a 504 timeout