The API call datastore_v3.Put() required more quota than is available

会有一股神秘感。 提交于 2019-12-05 12:33:11

问题


How to reset quota if Datastore Write Operations limit is reached ? Any operation (both from admin console and from my code) on datastore reports the following error:

The API call datastore_v3.Put() required more quota than is available.

I have tried to disable application and wait for quota reset, but it did not work. When the app is enabled, it produces a lot of tasks that in turn try to operate on datastore, what obviously consumes the quota.

Now, I have paused the task queues and will give another try waiting 24 hours.

Is it the right solution ?


回答1:


The quota is reset every 24h, so wait that time or enable billing. The quota won't reset by disabling and reenabling the application.




回答2:


You should assign a daily budget to your app even with billing enabled. Maybe you forgot to do this.

goto cloud console, select project, goto Compute > App Engine > Settings in the left side nav bar. and set a daily budget.



来源:https://stackoverflow.com/questions/13325147/the-api-call-datastore-v3-put-required-more-quota-than-is-available

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!