On Tue, Sep 27, 2011 at 09:53, Greg Darke (Google) <[email protected]> wrote: > > Though be careful with configuration that is not scoped to a specific > version: indexes, queues, cron, dos. You should ensure that you > specify the same information in the configuration for both languages.
I filed a request to make this easier by not requiring us to manually maintain two version configurations in sync. http://code.google.com/p/googleappengine/issues/detail?id=6023 Proposed solution is to add a flag to the upload scripts for every runtime that will make a newly uploaded non-default version copy any non-version-specific settings (indexes, queues, cron, dos) from the default version. Alexander -- 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.
