On Fri, Nov 23, 2012 at 6:53 AM, Brandon Wirtz <[email protected]> wrote: > We get “busy” errors. There is still an open issue on that. > > http://stackoverflow.com/questions/12478321/why-are-dynamic-backends-on-google-appengine-not-auto-scaling > > http://code.google.com/p/googleappengine/issues/detail?id=8053
He didn't specify how many instances he wanted to run. You should probably read this again: https://developers.google.com/appengine/docs/python/config/backends "instances: An integer between 1 and 20 indicating the number of instances to assign to the given backend. Defaults to 1 if unspecified." (note the default). > > > > > > Or do you mean where did we read that they are supposed to autoscale? > > https://developers.google.com/appengine/docs/python/backends/overview 3rd paragraph: "Backends do not automatically scale in response to request volume. Instead, you specify the number of instances of each backend, and change this number by performing anupdate or configure command." > > > > > > From: [email protected] > [mailto:[email protected]] On Behalf Of Jeff Schnitzer > Sent: Thursday, November 22, 2012 10:31 PM > To: Google App Engine > Subject: Re: [google-appengine] Re: Update on our GAE Experience > > > > On Thu, Nov 22, 2012 at 10:57 PM, Brandon Wirtz <[email protected]> wrote: > > > > We were trying to do Large jobs with backends, which are supposed to > autoscale. They don’t. > > > > Where did you read that? > > > > Jeff > > -- > 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. > > -- > 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. -- 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.
