On Sat, Aug 30, 2014 at 2:17 AM, Loh Jane <[email protected]> wrote:

> I don't know how many free hours that Google gives for the Google App
> Engine Application, please tell me, thanks.
>
> Which the number of free backend instance hours per day for a Google App
> Engine Application?
> 1)0
> 2)28
> 3)8
> 4)24
>



You're missing a "None of the above" option.

It used to be 8 free backend hours, but Google upped it to 9 free backend
hours some time ago. Open up the App Engine console, click the Quota
Details page, and you'll see your allocation of frontend hours and backend
hours. Here's a screenshot of the quotas from a free tier app:
http://imgur.com/03oRK7q (see the red box).

But depending on your use case, you might be able to break down your
workload into much smaller and more manageable chunks. And if you can do
that, you can process work using task queues to feed work into frontend
instances
<https://developers.google.com/appengine/docs/java/taskqueue/overview-push>.
However, each task has to finish work within 10 minutes (the max length of
a task queue HTTP request).


-----------------
 -Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to