#9790: 404 message is displayed if a view takes longer than 30 seconds to finish ----------------------------+----------------------------------------------- Reporter: erikcw | Owner: nobody Status: new | Milestone: Component: Core framework | Version: SVN Keywords: timeout, 404 | Stage: Unreviewed Has_patch: 0 | ----------------------------+----------------------------------------------- My views are timing out and redirecting to a 404 page if the function takes longer than about 30 seconds to finish. I've done a tone of Google searches, and haven't found any mention of a setting to change this behavior (ie increase the threshold from say 30 seconds to 1 minute).
I understand that most long running processes should be run in the background via a cronjob or similar. However, it would be nice to have the option of tweaking the timeout length in certain instances. -- Ticket URL: <http://code.djangoproject.com/ticket/9790> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
