Skip to content

fix: harden graph staging coordination - #212

Merged
jmagar merged 1 commit into
mainfrom
codex/pr211-review-fixes
Aug 27, 2026
Merged

fix: harden graph staging coordination#212
jmagar merged 1 commit into
mainfrom
codex/pr211-review-fixes

Conversation

@jmagar

@jmagar jmagar commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • move graph TEMP staging onto an opaque, dedicated non-pooled SQLite connection
  • preserve pooled connection pragmas and serialize persistent projection progress writes
  • distinguish writer-admission and write-lock timeout telemetry
  • keep pool-error detection structural and improve persistent-failure guidance
  • add bounded one-slot-pool concurrency and pragma-parity regressions

Review

Ran code, tests, comments/docs, silent-failure, type-design, and simplification waves until all passes returned clean.

Validation

  • cargo fmt --all -- --check
  • cargo check --workspace
  • cargo clippy --all-targets --all-features --locked -- -D warnings
  • cargo test --lib db::pool::tests -- --test-threads=1 (63 passed)
  • cargo test --lib db::graph::tests -- --test-threads=1 (35 passed)
  • cargo test --lib notifications::dispatcher::tests -- --test-threads=1 (10 passed)

@jmagar
jmagar merged commit 63df9d6 into main Aug 27, 2026
4 of 6 checks passed
@jmagar
jmagar deleted the codex/pr211-review-fixes branch August 27, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant