Sam
Sam

Reputation: 1050

Google App Engine Always On feature

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?

Upvotes: 6

Views: 1458

Answers (1)

Maz
Maz

Reputation: 3375

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.

Upvotes: 8

Related Questions