Some things to try:
- do work in smaller batches.
- if you're doing work serially, do it in batches.
- use async interfaces to do work in batches, but in parallel using async.
http://code.google.com/appengine/docs/python/datastore/async.html
Robert
> --
> 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/-/g_C4iPzPeo4J.
> 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.
>
As a side note, the pending_ms value (9321) indicates that the request
sat there waiting to be serviced for quite a long time. That won't
leave as much time to respond to the requests. Do you always see
bursts of those when your instances get killed off? Are you getting
big spikes in traffic when this happens or is it steady?
Robert
Bottom line is that we recently experienced a lot of transient issues
in the lower of the datastore that only affected M/S applications.
Migrating to HRD wil prevent applications to be affected by these
temporary failures
I encourage you to review this blog post and this group thread, that
discuss HRD migration gotchas deeper:
http://blog.shnap.com/migrating-to-the-google-app-engine-high-repli
https://groups.google.com/d/topic/google-appengine/STpxPUwLhAk/discussion
We will soon provide automated tool to migration to HRD, but if you
can't wait please open a new production ticket so we can assist you to
migration your application manually.
Hope that helps.
> --
> 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.
>
>
--
Johan Euphrosine (proppy)
Developer Programs Engineer
Google Developer Relations