You can use appstats 
<https://cloud.google.com/appengine/docs/python/tools/appstats> to find out 
and calculate costs for any of your GAE handlers/functions. A quick test 
reveals that creating a channel costs 10,000 micro-pennies (1 dollar equals 
100 pennies, 1 penny equals 1 million micropennies), which is considered 
expensive since, if compared, 1 datastore read by key costs only 100 
micropennies, so 1 cent USD would let you create 100 channels.

Also, I am not sure what is the 90,040 (or 95,040 in my case) limit is 
about since considering that there are 1,440 minutes per day and according 
to the like you provided where it says that GAE allows 60 channels created 
per minute, that calculates to 86,400 MAX channels that can be created, no 
matter what the budget is (which is not that much if you think about it). 
It would be great if anyone could clarify this or point to any errors in my 
calculations.

Thanks,
Mihail.

On Saturday, October 4, 2014 6:33:57 PM UTC-5, cr...@portical.com.au wrote:
>
> Hi,
>
> I have a paid app and can see the quota is 90,040 per day for channels 
> created.
>
>
> https://console.developers.google.com/project/PROJECTNAME/appengine/quotadetails
>
> I have looked at all the pricing pages from cloud services and developer 
> pricing pages and can not see any prices regarding the cost per channel 
> created after the 100 free limit.
>
> https://cloud.google.com/appengine/docs/quotas#Channel this page only 
> says the daily limit is "Based on your budget" but I do not see any costs 
> anywhere on the web.
>
> Am I to assume that I get 90,040 free per day for having a paid app?
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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