I am getting over quota errors on my live GAE Standard Environment (Java) site and there's no information given on what has gone over quota.
I checked the Quota Details page under App Engine, and everything seems ok.
I also looked at IAM Admin quotas and everything is well within quotas there as well.
The logs show no message other than "Process terminated due to exceeding quotas." (which is of little help).
I guessed that maybe the daily spending quota was exhausted, so I increased that and it still isn't working. What's up?
If GAE knows enough to know I am over quota on something, why doesn't it send an email message to the admin to let him/her know which quota has exceeded the limit? Please consider this last bit an urgent feature request if any GAE support people see this.
PS: Is Server Fault the better place for asking about such issues or Stack Overflow?
Update 1:
A few minutes after increasing the daily spending limit the app started working again, so that must have been the issue. Still, shouldn't I have gotten an email to make me aware of this issue rather than hearing it from my users?