Frontmatter
| id | 7840 |
| title | Optimize SessionService.summarizeSessions with Promise.all |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 21, 2025, 1:58 PM |
| updatedAt | Nov 21, 2025, 2:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7840 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 21, 2025, 2:00 PM |
Refactor
SessionService.summarizeSessionsto process unsummarized sessions in parallel usingPromise.allinstead of a sequentialfor...ofloop. This will improve the startup time when there are multiple unsummarized sessions.