Also you may consider "sharding in time" for some cases- when much of tasks are to be generated at some point, you may add to *countdown* parameter some random amount of time in, say, 0..2 seconds interval so you "shard" tasks starting times within those 2 seconds.
On Mar 3, 5:22 am, mcilrain <[email protected]> wrote: > For counting, you should either use a sharded counter or the taskqueue to > increment it. -- 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.
