I am working on a GAE project in Python using NDB, and noticing that when a 
datastore update happens it doesn't persist consistently.


After performing an NDB Model put I am able to query for that record and 
see the new value. However, on the next request for that resource, the 
value is reverted to its previous state.


This has been happening all day when running a dev instance with 
dev_appserver.py, and I hoped I would see different behavior on my live 
instance -- but it's the same there.


I'm wondering if there is something up with Google Cloud Storage. I checked 
the status page and everything is green 
there. https://status.cloud.google.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a509cdd8-a2a5-42bf-b218-e0ce1e13c22e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to