It's working fine for me, you might want to put in a production issue.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/W_1OxwXF-LkJ.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
There is a limit to the size of the datastore_stats written for an
application (approx 10MB for apps with entities only in the empty
string namespace or 20MB for apps with entities in a non empty string
namespace). The size can be easily exceeded if there are a large
number of different datastore stats that need to be written. For
example, if a property name or a kind name is computed, then there can
be a very large number of stats entities. This then can cause the
limit to be exceeded.
If you're interested in a larger limit for datastore stats, please
file a bug so we can track how many people care about this enough.
I'd suggest in the meantime, perhaps revisiting the schema you might
be using to see if there is a way of avoiding the datastore_stat
explosion.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.