I suspect your deferred tasks are running, but some datastore writes are committed but not yet applied when your .all() query is reading.
http://code.google.com/appengine/docs/python/datastore/overview.html#Understanding_Datastore_Writes Nick Verne On Thu, Jan 5, 2012 at 8:21 AM, Kaan Soral <[email protected]> wrote: > my brain melted while trying to understand > > -- > 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/-/AJ0qu1I9L9AJ. > > 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. -- 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.
