Hi Andrew, I use scheduled tasks to do this (https://developers.google.com/appengine/docs/python/config/cron or the equivalent in python).
Each scheduled task configuration entry takes a target argument that specifies the module if you want to use a different one (the URL is also used to specify the module and with precedence). PK http://www.gae123.com On March 18, 2014 at 1:43:26 PM, Andrew Miller ([email protected]) wrote: What is the most cost efficient way to delete data from NDB that is x days old? For example, if you only wanted to store chat logs or something for only 30 days. Would you run a backend once a day to query for any entity that is less than x time? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
