Google App Engine Always On feature

2019-06-18 05:40发布

Can someone explain what is the Always on feature in Google App Engine ? How is it useful? An explanation with example will be appreciated.

Does Always on feature work even for task queues?

1条回答
狗以群分
2楼-- · 2019-06-18 06:14

Basically, Google shuts down app engine app instances when they have no traffic. With this feature, you can pay extra to have an instance always running. This saves time during traffic spikes as time does not need to be taken to launch a new instance.

查看更多
登录 后发表回答