google app engine - Datastore Quota Reached: Project quota page shows none reached -


i'm receiving error on our app:

the api call datastore_v3.put() required more quota available.

however when check out our quotas page, nothing flagging being on quota (or close). have billing enabled, we're not @ our daily budget ($2 test it's not - although $0) , these errors have been showing on minute (so don't expect it's per-minute limits).

enter image description here

how can api call fail due being on quota, if seems show we're not on quota?

budgets api calls take while kick in. in case, project had hit free limit datastore operations (0.05m), increased daily budget had been enabled , app still unable use more of operations.

this problem solved solved after couple of hours.

for others experiencing issue, can find datastore free quotas here. compare current usage on view in question these limits. if looks you've gone on re-assess daily budget (or whether need many datastore calls!).


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -