According to the Status Dashboard <https://status.cloud.google.com/>, there 
were no known issues regarding quotas yesterday at all.

As shown here 
<https://cloud.google.com/appengine/docs/quotas#Safety_Quotas_and_Billable_Quotas>,
 
various quotas may be encountered by a given application.  Even with 
billing enabled, one can still encounter OverQuotaErrors by reaching spending 
limits <https://cloud.google.com/appengine/docs/python/console/#billing> or 
per-minute safety limits.  If quota error are encountered today, you can 
view them in the Developers Console by going to the *App Engine* dashboard 
and selecting *Quotas*.  If encountered prior to today, you can select *VIEW 
USAGE HISTORY*.  Here, you can view many months worth of daily usage 
reports.  Though it won't reveal usage over quotas, you can see from the 
previous page how much usage is considered over quota and compare that way.

In addition, the errors encountering should be searchable in your logs. 
 The article When a Resource is Depleted 
<https://cloud.google.com/appengine/docs/quotas#When_a_Resource_is_Depleted> 
demonstrates how to catch such exceptions at runtime.  This can be used in 
conjunction with admin emails to be made aware of such occurrences as soon 
as they happen in the future.

Hope this helps!

On Tuesday, June 14, 2016 at 9:32:27 AM UTC-4, Joshua Smith wrote:
>
> One of my apps threw a few hundred “Over Quota” errors last night. 
>
> However, the app has billing enabled, I’m not aware of any quotas being 
> enforced, and the bills show negligible usage. Was there some kind of an 
> outage last night that google didn’t report? So far all I can find in the 
> logs are the stack traces of the specific requests that were denied, but I 
> can’t figure out why google thought my app was over quota. However, the new 
> console makes finding pretty much anything pretty much impossible, so it’s 
> entirely possible the information I need is there and I just can’t find it. 
>
> Advice on how to proceed? 
>
> -Joshua 
>
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/78f541d0-5ad9-4952-91d3-e0b9c9ed023f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to