Skip to content

fix(session): persist session history across workers - #14

Open
shizhh wants to merge 1 commit into
vixues:mainfrom
shizhh:fix/session-history-multi-worker
Open

fix(session): persist session history across workers#14
shizhh wants to merge 1 commit into
vixues:mainfrom
shizhh:fix/session-history-multi-worker

Conversation

@shizhh

@shizhh shizhh commented Jul 24, 2026

Copy link
Copy Markdown

Remove the process-local session LRU from the database-backed store so
workers always materialize session state from the shared database.

This prevents stale per-worker cache entries from dropping conversation
history when requests for the same session are handled by different
workers.

  Remove the process-local session LRU from the database-backed store so
  workers always materialize session state from the shared database.

  This prevents stale per-worker cache entries from dropping conversation
  history when requests for the same session are handled by different
  workers.
@shizhh
shizhh requested a review from vixues as a code owner July 24, 2026 02:43
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