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

Expiring Tasks #34

Open
eriq-augustine opened this issue Nov 30, 2012 · 0 comments
Open

Expiring Tasks #34

eriq-augustine opened this issue Nov 30, 2012 · 0 comments

Comments

@eriq-augustine
Copy link
Collaborator

Expiring tasks/notifications in not yet done.

Choosing how to do it is non-trivial. I see two options:

  1. Check on every access (to profile and/or group), if an expired record is found then remove it.

  2. Cron every day and remove expired. If this gets popular, choosing the time may be difficult.

There is also the option of just leaving expired ones there and not showing them. I do not really like this. It provides a history, which is good, but clutters things.

I probably favor #2.

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

No branches or pull requests

1 participant