[google-appengine] Re: Data disappears.

2009-05-13 Thread Dennis123
Jason It was user error - me. I had deployed the feeling lucky app. http://code.google.com/p/feeling-lucky-pictures/ I saw that it was storing using the PersistenceManager in the code. I did not notice that it only used mem cache to retrieve the data. I checked using admin and the data is

[google-appengine] Re: Data disappears.

2009-05-12 Thread Jason (Google)
Hi Dennis. No, if you exceed your storage quota, attempts to write new data will fail but other data won't get overridden. Is it possible that you're deleting these entities somehow? If your entities are persisted, they should be persisted forever until you choose to remove it, either via the