Frontmatter
| id | 9596 |
| title | Fix SSG Pipeline Concurrency Hanging and Suppress Component Error Noise |
| state | Closed |
| labels | bugai |
| assignees | [] |
| createdAt | Mar 30, 2026, 12:29 AM |
| updatedAt | Mar 30, 2026, 12:30 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9596 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 30, 2026, 12:30 AM |
Fix SSG Pipeline Concurrency Hanging and Suppress Component Error Noise
Closedbugai

Description The SSG pipeline experienced two critical issues during full site generation (3701 routes):
Pipeline: IPC error,TypeErrorviaSsrServicehydration) polluting the build logs.runRendererProcessworkers kept NodeJS event loops alive indefinitely due to internal Neo framework background loops, causingPromise.allinsidebuild.mjsbatch processing to hang.Resolution
hasErrorhandling inssrRenderer.mjsto bypassoriginalConsoleErrortracing.process.exit(0)whenfs.writeFilecompletes successfully inside the SSR worker child process.