LearnNewsExamplesServices
Frontmatter
id7840
titleOptimize SessionService.summarizeSessions with Promise.all
stateClosed
labels
enhancementai
assigneestobiu
createdAtNov 21, 2025, 1:58 PM
updatedAtNov 21, 2025, 2:00 PM
githubUrlhttps://github.com/neomjs/neo/issues/7840
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 21, 2025, 2:00 PM

Optimize SessionService.summarizeSessions with Promise.all

Closed v11.8.0 enhancementai
tobiu
tobiu commented on Nov 21, 2025, 1:58 PM

Refactor SessionService.summarizeSessions to process unsummarized sessions in parallel using Promise.all instead of a sequential for...of loop. This will improve the startup time when there are multiple unsummarized sessions.

tobiu added the enhancement label on Nov 21, 2025, 1:58 PM
tobiu added the ai label on Nov 21, 2025, 1:58 PM
tobiu assigned to @tobiu on Nov 21, 2025, 2:00 PM
tobiu referenced in commit 636b6ba - "Optimize SessionService.summarizeSessions with Promise.all #7840" on Nov 21, 2025, 2:00 PM
tobiu closed this issue on Nov 21, 2025, 2:00 PM