1

According to the docs: https://developers.google.com/appengine/docs/quotas#Channel

The daily quota for billing enabled apps for sending data through the Channel API is capped at 2GB. Is this correct?

I think it's too small. If I had an app that sent data every 5 seconds (at 32KB per message) for an hour, I'd be over the quota in an hour with only 90 users. This 2GB volume cap for a cloud solution seems a bit too small.

Am I missing something?

Albert
  • 3,611
  • 3
  • 28
  • 52

3 Answers3

1

I don't think it is correct. My billing enabled app shows this in the Quota Details:

Channel Data Sent 0% 0% 0.00 of 2,088.13 GBytes

Loša
  • 2,621
  • 2
  • 14
  • 19
  • Yes, this is the real quota. The actual quota and the advertised quota are often slightly different. In this case, the advertised quota is a typo -- it should read "2TB". – Darshan Rivka Whittle Aug 06 '13 at 21:21
0

You need to become a Premier customer by joining Silver, Gold, or Platinum support in order to ask for anything beyond the documented limits.

user7180
  • 3,756
  • 2
  • 22
  • 26
  • Hmmmm... Did you try this? How high did they cap it at? – Albert Jul 11 '13 at 09:37
  • nah I didn't use channel API, but .. I do agree with you.. the 2GB cap is somewhat very limited considering for a billing enabled app. Probably you could submit it as feature request to App Engine Issue page and I will vote for it as well. – user7180 Jul 12 '13 at 02:30
0

The quotas page says this:

Is your app exceeding the default limits? If you are a Premier customer, you can request additional quota bycontacting support.If you are not a Premier customer, you can apply for more Mail API quota orfile a feature requestfor any other quota increase.

Peter Knego
  • 79,991
  • 11
  • 123
  • 154