开发者

Google App Engine Always On feature

开发者 https://www.devze.com 2023-02-06 02:27 出处:网络
Can someone explain what is the Always on feature in Google App Engine ? How is it useful? An explanation with example 开发者_StackOverflow社区will be appreciated.

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

Does Always on feature work even for task queues?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消