Is the dir name the same as the backend name in the backends.yaml file in the root.
Is there another app.yaml file in the directory? This is hard to discern from the docs. Thank you. On Apr 22, 12:26 am, alex <[email protected]> wrote: > The > docs<https://developers.google.com/appengine/docs/python/backends/overview...>also > mention execution of a "appcfg > backends <dir> update [backend]" to update or create your backends config > on AE. > > > > > > > > On Sunday, April 22, 2012 3:58:52 AM UTC+2, James Gilliam wrote: > > > Using python 2.7 threadsafe ... read the backend documentation several > > times > > > created backends.yaml > > > backends: > > - name: worker > > class: B1 > > instances: 1 > > options: dynamic > > > after update, the admin console says "You have not created any > > backends for this application." > > > i thought i had with the backends.yaml > > > what am i missing? > > > thank you -- 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.
