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

Aautomatic purge should be automatically called once a day on every archive table #577

Closed
mattab opened this issue Mar 2, 2009 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 2, 2009

Currently the automatic purge is randomly called 6% of the time. see core/ArchiveProcessing/Day.php line 91.
Instead this script should be automatically called once per day for each archive table.

Records of whether it was called or not should be kept in piwik_option table, eg. “last_auto_purge_archive_blob_2008_01 = timestamp”.

@mattab
Copy link
Member Author

mattab commented Apr 7, 2009

(In 1053) – fixes #577 Aautomatic purge should be automatically called once a day on every archive table

@mattab mattab added this to the RobotRock milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

1 participant