There are no post-deploy hooks, but you can probably wrap the deploy script
to invoke a handler that fires off a job that does what you need.
--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: h
Is there a way to execute code on a new appengine deploy but not on a
load of a fresh app instance due to reasons other than a new deploy?
I would like our appengine instance to process a bunch of files on a
new deploy, but not any other time. Is there a good way to do this?
Obviously processing