Re: [google-appengine] Is it possible to set an instance class for Basic Scaling?

2015-08-03 Thread 'Alex Martelli' via Google App Engine
On Sun, Aug 2, 2015 at 10:57 PM, A. Kong anthony.hw.k...@gmail.com wrote: When I deploy my app I got this error message: *Instance class F4 is only allowed with the 'automatic' scaling value.* Here is the beginning part of my yaml file application: app-modular-kong module: backend

[google-appengine] Is it possible to set an instance class for Basic Scaling?

2015-08-02 Thread A. Kong
When I deploy my app I got this error message: *Instance class F4 is only allowed with the 'automatic' scaling value.* Here is the beginning part of my yaml file application: app-modular-kong module: backend version: v1-2-3 runtime: python27 api_version: 1 threadsafe: no