Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 0 additions & 79 deletions broker_stall.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/server/backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class BackendRouter implements SessionBackend {
* that flips `_brokerAvailable` to false at startup or after a circuit-
* breaker trip keeps the server returning "broker backend unavailable"
* until the next manual restart — the 8-hour zombie state observed
* 2026-05-11. See broker_stall.md.
* 2026-05-11. See issue #141 for the wedge-itself investigation.
*/
private startWatchdog(intervalMs: number = BROKER_WATCHDOG_INTERVAL_MS): void {
if (this.watchdogTimer) return;
Expand Down
Loading