Thursday, November 29, 2012

Re: 504 Gateway Timeout

On Thu, Nov 29, 2012 at 11:58 AM, bikeridercz <rmkk@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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment