Well the problem with a script is the delay between deployment and the
updated application being available on the web. I could probably use a
safety margin of one or two minutes. Maybe I should give a bit of
background why I need this, and maybe there is a different solution to
this.

I have a few static pages, which I compute locally, daily, and upload
as a file. Otherwise it'd be too resource intensive. I then have
python print them from memcache, or read into memcache from file if it
isn't already.

Now when I upload a new static file, I have to reset memcache to make
python read the new files. If I reset memcache after deployment is
finished, but before the new app is actually available to users on the
web, a user might visit within that short time frame and insert an old
page into memcache.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to