View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005655 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2024-03-30 22:17 | 2024-03-30 23:47 |
Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
Severity | Minor-bug | ||||
Status | resolved | Resolution | fixed | ||
Summary | 0005655: Scheduler locked out on infinite loop / out of memory on index_download | ||||
Description | I'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. | ||||
Tags | No tags attached. | ||||
Sponsorship open | |||||
|
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) |
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 |