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.
