Related question: Is there a limit to the number of pending tasks in a queue? Can you have a million items in there?
thanks -- James On Oct 27, 12:07 pm, "Jason (Google)" <[email protected]> wrote: > No, all individual tasks must complete in 30 seconds or less. For larger > jobs, such as processing millions of entities, the recommended approach is > to split these jobs and run them as multiple tasks. At the end of the > current task, you can determine if more work needs to be accomplished and > dynamically add new tasks to the queue until the job is completely finished. > > - Jason > > On Sun, Oct 25, 2009 at 1:59 PM, sproooooz <[email protected]>wrote: > > > > > Is the limit duration of a task in a queue superior to 30 seconds? > > I receive a DeadlineExceededException all the time.... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
