Be carefull, because you could run into a dogpile effect. Multiple new instances start at the same time and the version number you have stored hasn't been updated and all instances try and perform the task at the same time.
I think It would be much more reliable to wrap your deploy script to invoke a handler after completion of the deployment. Rgds T -- 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.
