Tom, you were right ! I'm using a Cherokee http server and 15s timeout was one of options. Now it works OK.

Radim Kolek, Ing.
GSM: +420602608696
ICQ: 85591428

Dne 29.11.2012 13:58, Tom Evans napsal(a):
On Thu, Nov 29, 2012 at 11:58 AM, bikeridercz <r...@atlas.cz> wrote:
Dear all,

I'm just facing a problem with little longer runnig SQL select command, and
DJago framework returns a "504 Gateway Timeout" after aprox 10 seconds. My
sql command is executed on Oracle SQL database through
"django.db.backends.oracle" driver.

Unfortunately I'm not able to find a place where to change the timeout.

Please help.

Thanks and Regards.

The timeout comes from your web server, not Django. I think this error
is from nginx + FastCGI (I know it is not Apache :)

http://wiki.nginx.org/HttpFastcgiModule#fastcgi_send_timeout

Cheers

Tom


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to