Both Taskqueue tasks and Cron tasks get 10minutes to execute. Have you looked at your logs to determine what error is occurring in your code.
On 27 January 2011 06:54, Kaan Soral <[email protected]> wrote: > Add the job to a queue instead of running it directly in cron > that way it can run for 10 minutes > > On Jan 26, 12:24 am, DougW <[email protected]> wrote: >> I have a cron setup to run a python file on the vizumetricsupdate >> application that is constantly failing although there is no error in >> the log. When I run this python file from IDLE it takes about 90 >> seconds to run - so I think this is where my problem lies. I believe >> there is a max time of 30 seconds right? >> >> Is there any work around for cron jobs that take longer than 30 >> seconds? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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/google-appengine?hl=en. > > -- Greg Darke -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
