Skip to content

fix(cloudstore): invalidate dashboard read model cache on mutation insert#253

Open
idrojone wants to merge 1 commit intoGentleman-Programming:mainfrom
idrojone:fix/cloud-cache-invalidation
Open

fix(cloudstore): invalidate dashboard read model cache on mutation insert#253
idrojone wants to merge 1 commit intoGentleman-Programming:mainfrom
idrojone:fix/cloud-cache-invalidation

Conversation

@idrojone
Copy link
Copy Markdown

Added cs.invalidateDashboardReadModel() after successful commit in InsertMutationBatch.

This fix ensures that new memories arriving via autosync push (which go into cloud_mutations instead of cloud_chunks) correctly invalidate the dashboard read model cache, making them visible without a server restart.

Confirmed by community on #251.

Closes #251

This ensures the dashboard reflects new memories arriving via autosync push
without requiring a server restart.
Copilot AI review requested due to automatic review settings April 26, 2026 19:38
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

fix(cloudstore): InsertMutationBatch does not invalidate dashboard read model cache

2 participants