The API call datastore_v3.Put() required more quot

2019-04-04 05:07发布

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 ?

2条回答
做个烂人
2楼-- · 2019-04-04 05:42

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.

heres how that looks like

查看更多
姐就是有狂的资本
3楼-- · 2019-04-04 05:53

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

查看更多
登录 后发表回答