The docs<https://developers.google.com/appengine/docs/python/backends/overview#Commands>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 view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Q_pFx2eTlG0J. 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.
