Does appengine have a new limitation on “Exceeded maximum allocated IDs”?

廉价感情. 提交于 2019-12-23 05:15:35

问题


My app is running fine for months. Today it starts to give error on "Exceeded maximum allocated IDs" with datastore put. Is this something new with appengine quota and limitation?

http://gochild2009.appspot.com


回答1:


While we're unsure how you ended up with such large ids, we are taking steps to accommodate them.

You can track this on https://code.google.com/p/googleappengine/issues/detail?id=9118.

Thanks.




回答2:


Our app had the same problem.

There is not such a limit (quota). It seems that at some point the ID generate for some entities is to high and this exception is thrown.

As a solution/workaround you can generate your own IDs.



来源:https://stackoverflow.com/questions/15800319/does-appengine-have-a-new-limitation-on-exceeded-maximum-allocated-ids

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