Do they address different entity groups or just a select few? You can only do sustained about 1 transaction per second per entity group (a post by Nick Johnson). Maybe you get by doing 2 per second resulting in 120 updates finishing in 1 minutes.
Have a look at the talk of Bret Slatkin of I/O 2010, the fan-in solution might be something to use. 2010/6/23 Tristan Slominski <[email protected]>: > :) > What do the logs say? I think tasks are like any other http request, are you > starting new processes a bunch of time? That's 7-8 seconds each time. That > may be the cause. > > On Jun 22, 2010 4:53 PM, "dflorey" <[email protected]> wrote: > > And: It is running fast like hell in dev environment. Just a few > seconds to run the full bunch of tasks. > > On Jun 22, 11:51 pm, dflorey <[email protected]> wrote: >> :-) >> Yes, I can see like 1000 wait... > > -- > 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. > -- 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.
