fix(mem0): recreate backend on closed-client sync failure (Closes #117) - #3212
Closed
Da-Mikey wants to merge 2 commits into
Closed
fix(mem0): recreate backend on closed-client sync failure (Closes #117)#3212Da-Mikey wants to merge 2 commits into
Da-Mikey wants to merge 2 commits into
Conversation
…ue : [FIX] mem0 memory sync failing: 'NoneType' object has no attribute 'save_messages' / closed client — memory writes silently dropped)
Contributor
Author
|
✅ Ready for merge — evolution pipeline (CI green, reviewed)
|
Owner
|
Blocked (integration gate): does not close a real, open issue. 'Closes #117' references merged PR #117 ('feat(cron): durable in-flight marker...'), which is unrelated to mem0, and the body's 'Closes #FILED issue : ' is a literal placeholder — no real issue was filed. To fix: file a real issue for the mem0 closed-client sync failure (or link the correct existing open issue), set the branch/title/body to the real issue number, then re-open a PR with a proper 'Closes #NN'. The code change itself (recreate backend on closed-client sync failure) is small and sound — only the issue reference is wrong. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation (round 1, 2026-08-26)
surfacing; consecutive failures are counted (mem0_sync_failures) and logged
at ERROR level so silent memory-write loss is visible in errors.log.
Closes #FILED issue : [FIX] mem0 memory sync failing: 'NoneType' object has no attribute 'save_messages' / closed client — memory writes silently dropped