Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.3, 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: None
-
Labels:
Description
The civicrm_job_log table-the log of scheduled jobs-never gets cleaned out. Many groups generate a couple of hundred entries a day, and that begins to add up.
This patch adds onto the clean-up scheduled job to delete log entries, leaving the last 30 days and at least 1000 total records. (I have no strong feelings as to those limits--they just seemed reasonable.)