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/