A question about app.yaml settings.

48 views
Skip to first unread message

Tapir

unread,
May 12, 2020, 10:32:31 AM5/12/20
to Google App Engine
If I add the following two lines in app.yaml, then will Google charge me for non-free instance hour usage?

manual_scaling:
  instances
: 1




George (Cloud Platform Support)

unread,
May 12, 2020, 12:15:11 PM5/12/20
to google-a...@googlegroups.com
Hello Tapir, 

Manual scaling specifies the number of instances that continuously run regardless of the load level. This allows tasks such as complex initializations and applications that rely on the state of the memory over time. If you choose manual scaling, and, as a consequence, your instance runs continuously, you will be charged for the amount of time the instance runs, that is, in this case, all the time, as documented on the "App Engine Pricing" page.  

By contrast, you may have no instance running when you have chosen automatic scaling, so no related costs. As mentioned on the same page, basic or automatic scaling: accrual ends fifteen minutes after an instance finishes processing its last request. 

Tapir

unread,
May 13, 2020, 11:00:53 AM5/13/20
to Google App Engine
Thanks for the info.
Reply all
Reply to author
Forward
0 new messages