mckoss / pageforest

Automatically exported from code.google.com/p/pageforest
0 stars 0 forks source link

Cron job to delete orphans from the datastore #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When an App is deleted, its Docs become inaccessible.
When a Doc is deleted, its Blobs become inaccessible.

We should have a cron job that cleans these orphan entities out of the
datastore from time to time. To prevent data loss, it would be nice to have
some form of backup before deleting. And maybe wait until a few days after
the modified timestamp.

Original issue reported on code.google.com by jcrocholl on 19 May 2010 at 3:32

GoogleCodeExporter commented 9 years ago
And static blobs for deleted apps as well (index.html etc.)

Original comment by jcrocholl on 19 May 2010 at 3:34

GoogleCodeExporter commented 9 years ago
See Issue 28

Original comment by mckoss@gmail.com on 2 Jun 2010 at 4:30