← Back to Clusters

Timeouts and Memory Management Fixes

This cluster addresses various issues related to timeouts and memory management to enhance stability and prevent crashes.

17 PRs
fix memory Representative: #9114
# Title Author Created GitHub
5808 fix(memory): truncate oversized chunks before embedding douvy 2026-02-01 View
5834 fix(line): add timeout and size limit to readRequestBody to prevent DoS hclsys 2026-02-01 View
6302 fix: Add timeouts to prevent indefinite hangs (issues #4954, #4956, #5122) batumilove 2026-02-01 View
6466 fix(gateway): add handshake timeout and connection error handling jarvis-raven 2026-02-01 View
7615 fix(gateway): add request timeout to GatewayClient alamine42 2026-02-03 View
7810 fix: add fetch timeouts to prevent memory indexing hangs (#4370) Kaizen-79 2026-02-03 View
9114 Fix: Reduce NO_TIMEOUT_MS to 24 days to avoid Node.js overflow warning rep vishaltandale00 2026-02-04 View
10636 fix: setTimeout integer overflow causing server crash devmangel 2026-02-06 View
11416 fix: clamp timeout values to avoid 32-bit overflow warning seojoonkim 2026-02-07 View
12477 fix(agents): prevent TimeoutOverflowWarning when timeout is disabled skylarkoo7 2026-02-09 View
13127 perf(gateway): reduce idle CPU by increasing config and manifest cache TTL VintLin 2026-02-10 View
16342 fix(nodes-tool): use invokeTimeoutMs for HTTP timeout in invoke action xiaoyaner0201 2026-02-14 View
17678 fix(gateway): expose timeoutMs in readJsonBody to prevent Slowloris DoS mcrolly 2026-02-16 View
20790 fix: Math.max/min with spread operator can cause stack overflow on large coygeek 2026-02-19 View
20799 fix: replace Math.max/min spread with reduce to prevent stack overflow mariusorani 2026-02-19 View
21004 feat(runtime): enable loop detection by default + support timeout=0 SmithLabsLLC 2026-02-19 View
23153 feat(pipeline): fix agent timeouts, engine logging, and enhanced JSON summary Sashamine 2026-02-22 View