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 the files and then deleting them would work, but
as far as I know appengine doesn't allow modifying the deployed
files.  Something like setting a flag in the datastore would work, but
I would need that flag to be automatically reset on a new deploy.

Any ideas?

Thanks,
Peter

-- 
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.

Reply via email to