chore: bump openrouter_dart — hang-proof backend dispose #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/bump-openrouter-dart-dispose"
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?
Bumps the
openrouter_dartsubmodule218edb1→093fce7(0.25.1, openrouter_dart PR #6).Completes the scheduler-hang fix. PR #25 already added the scheduler-side defenses (per-event cap, watchdog,
_disposeQuietly); this bump closes the hole at the backend level so the hang can't originate in the first place:logout()/ SMTPquit()capped at 10 s with a force-disconnect()fallback.browser.close()capped at 15 s with SIGKILL of the Chrome process as fallback.Verified:
dart analyzeclean inangela_core(4 pre-existing infos) and full suite passes (97 tests) against the bumped submodule.Once merged and deployed, restart the server container to revive the currently-wedged scheduler.
🤖 Generated with Claude Code
Coverage: apps/angela_server
Total: 51.1% (137 of 268)
Coverage: packages/angela_api
Total: 5.6% (27 of 479)
Coverage: packages/angela_core
Total: 24.3% (1526 of 6283)