Skip to content

fix(core): retry failed session wakes#31112

Open
kitlangton wants to merge 6 commits into
devfrom
fix/v2-session-wake-retry-dev
Open

fix(core): retry failed session wakes#31112
kitlangton wants to merge 6 commits into
devfrom
fix/v2-session-wake-retry-dev

Conversation

@kitlangton
Copy link
Copy Markdown
Contributor

@kitlangton kitlangton commented Jun 6, 2026

Summary

  • retry a failed advisory Session wake once without requiring another external message
  • prefer newer coalesced work over retrying an older failed wake
  • hide a recovered first failure from awaitIdle
  • report persistent advisory failures once after the bounded retry is exhausted

Why

OpenCord observed durably accepted Discord follow-ups becoming dormant after a transient Session drain failure. The coordinator removed the final advisory lane and only logged the failure, so work resumed only after another human message triggered a new wake.

Durable terminal failure events are intentionally split into a stacked follow-up.

Verification

  • bun run test -- test/session-run-coordinator.test.ts test/session-runner.test.ts
  • bun typecheck in packages/core
  • repository pre-push typecheck: 22/22 tasks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant