Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically prune unused lists #9

Open
jjfine opened this issue Oct 17, 2013 · 1 comment
Open

Automatically prune unused lists #9

jjfine opened this issue Oct 17, 2013 · 1 comment

Comments

@jjfine
Copy link

jjfine commented Oct 17, 2013

Issue by jessechen from Friday Oct 26, 2012 at 21:39 GMT
Originally opened as https://github.com/cyrusinnovation/ListList/issues/32


One thing I used to do to maintain listlist.py was every nine months or so, I'd manually go through the database and prune lists that hadn't been posted to in the past three months. This sounds like an activity that could be automated if we have a lot of spare development cycles!

One way that it could work is, every time a list hasn't been posted to in ${INACTIVITY_TIME}, send an automated email to all its recipients (with the reply-to being the list itself) that says the list will be removed due to inactivity in a week unless someone replies, thus resetting the inactivity timer.

@jjfine
Copy link
Author

jjfine commented Oct 17, 2013

Comment by jessechen from Wednesday Sep 04, 2013 at 16:04 GMT


Requires last_sent_time to update correctly in order to work. I fixed that today, so we should be able to do this in three months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant