i have an issue with the scheduled jobs list. the old jobs that are in Administration>Scheduled Jobs> Job List will not clear out and i have over 45,000 listed there. my cleanup.php is set to 2 days, and the cleanup job is set to 1 1 * * 0. any help would be appreciated
Announcement
Collapse
No announcement yet.
cleanup jobs not working
Collapse
X
-
1. Set scheduling 1 1 * * * (w/o ending zero).
2. Add to data/config.php
'cleanupJobPeriod' => '1 week'
See https://github.com/espocrm/espocrm/b...bs/Cleanup.php
By default it runs once a month and removes jobs 1 month old. 45,000 is a normal number for jobs.Last edited by yuri; 02-23-2018, 02:54 PM.
Comment
Comment