Re: [google-appengine] deploy event hook

2011-02-09 Thread Ikai Lan (Google)
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

[google-appengine] deploy event hook

2011-02-09 Thread Peter Warren
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