Just checking have you checked if the task workers are not returning errors.
It also seems like you are delaying the feeding a lot (100/m means that 100 items are going to be distributed to 50 buckets every minute - maybe thats your bottleneck?) here is a graph that ikai did that helped me a lot like 4 weeks a go http://twitpic.com/3y5814/full On 24 February 2011 03:14, John Wheeler <[email protected]> wrote: > I've seen posts from a few people talking about tasks taking anywhere > from 5-60 seconds to execute. Mine are taking 10+ minutes > consistently. My bucket size is 50, rate is 100/m, and I have maximum- > concurrent-requests set to 50. > > Each one of my tasks takes about 4-5 mins to execute in itself, and I > have 50 lined up in 1 queue. On the admin screen, the queue appears to > process no more than 4 at one time. I'd ideally like it to process 50 > at a time, but maybe I don't understand something? > > appid is hvs-lister > > -- > 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. > > -- http://about.me/david.mora -- 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.
