How many queues are you using? Could you add more? Can you batch data into fewer tasks? If they're arriving at such a high rate, batching and adding fewer tasks might help.
On Tuesday, July 31, 2012 10:10:12 PM UTC+2, Richard wrote: > > Yeah, but my worry is that if the queue architecture cannot handle 160 > entries... how will it handle > 1000 ? Remember these entries hang around > for the next game round. So at that point, each client is also going to > have to remove duplicates from other people that were left over from the > previous round (hoping this makes sense!). Or else I purge the queue in > between ... after attempting to patch the leaderboards a second time with > the extra entries. > > It just seems like a hack on top of a hack and extremely ugly.... > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/SFiRDIKnOAgJ. 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.
