#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
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.

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.