#5655 - Scheduler locked out on infinite loop / out of memory on index_download This is a spacer post for a website comment topic. The content this topic relates to: #5655 - Scheduler locked out on infinite loop / out of memory on index_download By Guest posted 30th Mar 2024, 6:21 PM Do not fill this field in. It's index_download task causing the lock-out. Probably a bug that exists elsewhere too. The out of memory is because there are 8,000+ tasks pending. We should implement the safe limit on task display. By Guest posted 30th Mar 2024, 7:47 PM index_download is a separate issue. The primary issue was that there were a bunch of tasks... I had to do the following: * Don't show a table if there are more than 300 tasks queued * Only process 50 tasks at a time per Cron cycle (TODO: config option) 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
The out of memory is because there are 8,000+ tasks pending. We should implement the safe limit on task display.
* Don't show a table if there are more than 300 tasks queued
* Only process 50 tasks at a time per Cron cycle (TODO: config option)