API调用datastore_v3.Put()需要比可用配额更多的配额 [英] The API call datastore_v3.Put() required more quota than is available

查看:243
本文介绍了API调用datastore_v3.Put()需要比可用配额更多的配额的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果达到数据存储写入操作限制,如何重置配额?
数据存储上的任何操作(包括管理控制台和我的代码)都会报告以下错误:

API调用datastore_v3.Put ()需要更多的配额。



我试图禁用应用程序并等待配额重置,但它不起作用。
当应用程序启用时,它会产生很多任务,然后尝试在数据存储上进行操作,显然会占用配额。



现在,我拥有



这是正确的解决方案吗?

解决方案

配额每24小时重置一次,因此请等待或启用结算。配额不会通过禁用和重新启用应用程序来重置。


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 ?

解决方案

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

这篇关于API调用datastore_v3.Put()需要比可用配额更多的配额的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆