View Issue Details

IDProjectCategoryView StatusLast Update
0005655Composr alpha bug reports[All Projects] General / Uncategorisedpublic2024-03-30 23:47
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005655: Scheduler locked out on infinite loop / out of memory on index_download
DescriptionI'm not sure what's going on but the scheduler on composr.app is locked out. Cron just exits without doing anything (no logs). Logging page bails on 500 out of memory.

Only affecting composr.app at this time.
TagsNo tags attached.
Sponsorship open

Activities

Patrick Schmalstig

2024-03-30 22:21

administrator   ~0008503

Last edited: 2024-03-30 22:23

View 2 revisions

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.

Patrick Schmalstig

2024-03-30 23:47

administrator   ~0008504

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)

Issue History

Date Modified Username Field Change
2024-03-30 22:17 Patrick Schmalstig New Issue
2024-03-30 22:17 Patrick Schmalstig Status non-assigned => assigned
2024-03-30 22:17 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-03-30 22:21 Patrick Schmalstig Note Added: 0008503
2024-03-30 22:21 Patrick Schmalstig Summary Scheduler locked out on infinite loop / out of memory => Scheduler locked out on infinite loop / out of memory on index_download
2024-03-30 22:23 Patrick Schmalstig Note Edited: 0008503 View Revisions
2024-03-30 23:47 Patrick Schmalstig Status assigned => resolved
2024-03-30 23:47 Patrick Schmalstig Resolution open => fixed
2024-03-30 23:47 Patrick Schmalstig Note Added: 0008504