Finding
ID: S-1–S-4 | Severity: 🟠 MEDIUM
jsonlWatcher, PipelineManager, and MemoryBridge.stopReaper() are never called during gracefulShutdown(). SwarmMonitor's in-flight scans are not awaited.
Fix Required
- Call
jsonlWatcher.close() in gracefulShutdown()
- Call
pipelines.destroy() in gracefulShutdown()
- Call
memoryBridge.stopReaper() in gracefulShutdown()
SwarmMonitor.stop(): await in-flight scans with a 2-second timeout before force-stop
Files: src/server.ts
Acceptance Criteria
SIGTERM completes without open file handle warnings.
Milestone
M-E4: Reliability & Robustness
Finding
ID: S-1–S-4 | Severity: 🟠 MEDIUM
jsonlWatcher,PipelineManager, andMemoryBridge.stopReaper()are never called duringgracefulShutdown(). SwarmMonitor's in-flight scans are not awaited.Fix Required
jsonlWatcher.close()ingracefulShutdown()pipelines.destroy()ingracefulShutdown()memoryBridge.stopReaper()ingracefulShutdown()SwarmMonitor.stop(): await in-flight scans with a 2-second timeout before force-stopFiles:
src/server.tsAcceptance Criteria
SIGTERMcompletes without open file handle warnings.Milestone
M-E4: Reliability & Robustness