To follow up... Users are reporting that they do in fact not see the newest page when they go to the site, and have to reload or force- reload the page a couple of times before they get updated content...
It is unclear to me whether the error lies in the datastore or in some cached-page setting that have been implemented recently by google. I did however check the headers to see that the server isnt sending back cache-allow pages, and that the browser doesn't request that... Could someone from google please look this through? It will render App Engine completely useless for anything but static content over time... On Sep 19, 7:31 am, tijer <[EMAIL PROTECTED]> wrote: > I have the same problem... my webpage is suddenly frustrating for many > users because of this newly introduced latency... I don't know what to > say but this is not what I expected from google... When something is > submitted you're being redirected to it - but it results in 404 > because the datastore seems to not work properly any more... It's been > like this for more than a day now... > > :( > > On Sep 19, 7:08 am, Andreas Krohn <[EMAIL PROTECTED]> wrote: > > > > > Changes made to datastore entities are not available via GQL requests. > > My users can change some configurations, these configs are stored in > > the datastore and then retreived there via a GQL request and get(). > > The problem is that the GQL request picks up the old values (ie before > > the user changed the config) and not the new ones. I am not using > > Memcache or any other cache as far as I am aware of. > > > If I take a look in the users admin panel the value shown there is > > correct, and this is also picked up via a GQL get() request. What I > > suspect is happening is that the Datastore caches the requests somehow > > and I just get the cached value, not the current value. > > > Is there such a datastore cache in place? If there is, how do I get > > around it so that I am sure that I am always getting the current > > value? > > > Thanks > > /Andreas- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
