A cleaner solution would be creating a new query object at each loop, using the cursor from the previous one (instead of continuously fetching from the same query object).
On Fri, Nov 19, 2010 at 5:00 PM, timwhunt <[email protected]> wrote: > So you're saying a query object can only live for 30 seconds? If that > is the case, could your code first copy all the entities out of a > query into a local data structure (within 30 secs), release the query, > and then take the rest of the 10 minutes to process the entities? > > Thanks for clarifying. > > -- > 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.
