BUG: recorders.js dockerApi has no socket timeout — hung Docker socket blocks recorder start/stop indefinitely #91
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Already fixed.
dockerApi()inservices/mam-api/src/routes/recorders.jssetsreq.setTimeout(10000, ...)and destroys the request on timeout. Verified during #121 work.Fix Plan — #91 dockerApi has no socket timeout
Root cause:
recorders.js:22-38—dockerApi()useshttp.request()with no timeout. Hung Docker daemon → all recorder start/stop hang indefinitely.Fix — add to
dockerApi():Files:
src/routes/recorders.js:22-38Effort: ~30min
**Priority: P1 — availability