Closed GoogleCodeExporter closed 9 years ago
devappserver2 defaults to time-based datastore consistency to emulate the
eventual consistency of the production high-replication datastore (see
https://developers.google.com/appengine/docs/python/datastore/queries#Data_Consi
stency for more info). You can pass the command line flag
--datastore_consistency_policy=consistent to always see fresh results from
queries, but you should still ensure that your app behaves correctly in the
case that a global query returns stale results.
Original comment by sa...@google.com
on 13 Feb 2013 at 5:20
Original issue reported on code.google.com by
forscale...@gmail.com
on 12 Feb 2013 at 12:27