Hi Ikai, Thanks for the reply.
Sure I will architecture my application this way. Is the limit for queued/scheduled tasks also 30 seconds as well or is it some other figure ? thanks, --Kris On Wed, Mar 24, 2010 at 10:53 AM, Ikai L (Google) <[email protected]> wrote: > Yes, queued tasks and scheduled tasks have an execution time limit as > well. You'll want to break your large tasks into smaller pieces. We've > committed to map/reduce support to help make this easier on our > roadmap for a future release. > > On Wed, Mar 24, 2010 at 7:19 AM, S P T Krishnan <[email protected]> > wrote: > > Hi, > > > > The following from Google App Engine states, > > > > "..Application code only runs in response to a web request, a queued > > task, or a scheduled task, and must return response data within 30 > > seconds in any case. A request handler cannot spawn a sub-process or > > execute code after the response has been sent..." > > > > My question being, is 30 sec applicable only for web questions or to > > even requests from a queued and scheduled tasks as well ? > > > > --Kris > > > > -- > > 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]<google-appengine%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > > > > > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > http://googleappengine.blogspot.com | http://twitter.com/app_engine > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
