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 waiting tasks in the task queue. They are > scheduled within few seconds but need ~10 minutes to get executed even > though each one is just doing more or less nothing - just changing a > few entities in an entity group. > > On Jun 22, 9:28 pm, Tristan <[email protected]> wrote: > > > > > Are you actually queuing 50 tasks per second? If you only queue 120 > > tasks per minute, you'll only execute 120 per minute. > > > On Jun 22, 11:51 am, dflorey <[email protected]> wrote: > > > > I'm using task queue to execute a lot of transactions on different > > > entity groups in parallel. > > > But even if I specify 50/s execution rate I end up with only ~120 > > > executed tasks per minute. > > > I don't get any "too much contention..." exceptions so I have no clue > > > where the bottleneck is. > > > Any ideas how to speed things up? -- 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.
