Hi Lex, I've never noticed this myself EXCEPT as it pertains to static resources (ex: images, css, javascript) which the browser caches aggressively. There are lots of ways to deal w/ that. One is to reference your static files using the "specific version" GAE URL (5.latest.myapp.appspot.com), bumping up the version during deployment.
I'm using Java, not Python, so YMMV. James On May 16, 4:33 pm, Lex <[email protected]> wrote: > Hello, I've been developing a couple of projects on GAE and I notice > there is a certain latency after publishing modifications and getting > them to actually display on the live site. After publish is done, I > usually get served old versions of my project for a while before > changes appear. Is there a way to decrease or eliminate completely > this latency? > > -- > 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 > athttp://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.
