edge-delete: 6fa760eb

This commit is contained in:
Cal Corum 2026-02-19 14:15:52 -06:00
parent 32602af075
commit 33a40f992a
4 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
_state.json _state.json
_index.json _index.json
_embeddings.json _embeddings.json
_config.json

View File

@ -6,7 +6,7 @@ tags: [test, redis]
importance: 0.3 importance: 0.3
confidence: 0.8 confidence: 0.8
created: "2026-02-19T20:13:34.540330+00:00" created: "2026-02-19T20:13:34.540330+00:00"
updated: "2026-02-19T20:13:34.540330+00:00" updated: "2026-02-19T20:15:52.961366+00:00"
--- ---
Test memory for edge validation. Redis connections drop when idle for >5 minutes. Test memory for edge validation. Redis connections drop when idle for >5 minutes.

View File

@ -0,0 +1,12 @@
---
id: 7c86e4ee-0b45-4143-9c24-f2edd485418b
type: solution
title: "TEST: Cascade target solution"
tags: [test, cascade]
importance: 0.3
confidence: 0.8
created: "2026-02-19T20:14:25.696338+00:00"
updated: "2026-02-19T20:14:32.543777+00:00"
---
Test for cascade deletion.

View File

@ -6,7 +6,7 @@ tags: [test, redis]
importance: 0.3 importance: 0.3
confidence: 0.8 confidence: 0.8
created: "2026-02-19T20:13:35.746601+00:00" created: "2026-02-19T20:13:35.746601+00:00"
updated: "2026-02-19T20:13:35.746601+00:00" updated: "2026-02-19T20:15:52.961366+00:00"
--- ---
Test memory for edge validation. Added socket_keepalive=True to fix idle drops. Test memory for edge validation. Added socket_keepalive=True to fix idle drops.