Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 ?

like image 465
Michal Avatar asked Nov 10 '12 19:11

Michal


1 Answers

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

like image 120
aschmid00 Avatar answered Sep 17 '22 22:09

aschmid00