Perform Lucene Index Scheduled Task will not complete

7.2+

Looks like this task constantly hangs up and won’t complete. The initial cronjob itself is still running, and obviously taking resources.

Crap. Disregard; the parse of the Contacts and Notes show that it is eventually running … just have to wait for another 80k records to be indexed.

SELECT b.id FROM notes b LEFT JOIN aod_indexevent ie ON (ie.record_id = b.id AND ie.record_module = ‘Notes’) WHERE b.deleted = 0 AND (ie.id IS NULL OR ie.date_modified < b.date_modified)