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

Fire cron event if auto-purge value is updated #61

Closed
frankiejarrett opened this issue Dec 9, 2013 · 0 comments · Fixed by #208
Closed

Fire cron event if auto-purge value is updated #61

frankiejarrett opened this issue Dec 9, 2013 · 0 comments · Fixed by #208

Comments

@frankiejarrett
Copy link
Contributor

Currently the cron event that auto-purges records based on their age is set to run once daily.

However, if the value in this setting is set to 90 days and the user changes it to 1 day they would likely expect that the next time they visit the stream that all records older than 1 day would be gone.

So instead of potentially waiting up to 24 hours for the cron to fire, we should think about forcing it to run each time this value is changed.

screen shot 2013-12-09 at 3 31 29 pm

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

Successfully merging a pull request may close this issue.

2 participants