http://code.google.com/appengine/articles/scaling/contention.html
> --
> You received this message because you are subscribed to the Google Groups "Google App Engine" group.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
1. Write a task to the pull queue for each item you wish to remember.
2. Have a queue reader run periodically**** - reading up to 1000 tasks
at a time and writing the relevant information to the datastore.
****Although this sounds simple, you need to make sure that you run
this doesn't run too often (and burn instance time with no benefit) or
too infrequently (and fill up the queue because it never gets through
all the tasks). Scaling is not done for you like it is with a push
queue.
Mat.
> --
> 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/-/-dejKvvC6wAJ.