trustgraph/trustgraph-flow/trustgraph
forhim007 ec56f69158 fix: ensure publisher is cleaned up on error in submit_document
If pub.send() raises an exception, pub.stop() was never called,
leaking the publisher and its underlying connection.

Wrap the pub.start()/pub.send() calls in try/finally so pub.stop()
is always called, matching the existing pattern at lines 345-361.

Fixes #871
2026-05-07 23:24:11 +08:00
..
agent release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
bootstrap feat: pluggable bootstrap framework with ordered initialisers (#847) 2026-04-22 18:03:46 +01:00
chunking align chunker + googleaistudio fixes with release/v2.4 2026-04-29 18:01:31 +01:00
config/service feat: pluggable bootstrap framework with ordered initialisers (#847) 2026-04-22 18:03:46 +01:00
cores release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
decoding release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
direct release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
embeddings Fix Ollama async issue (#854) 2026-04-28 15:43:04 +01:00
external Implement logging strategy (#444) 2025-07-30 23:18:38 +01:00
extract test(ontology): harden domain/range validation + add missing tests (#848) 2026-04-28 16:37:42 +01:00
flow release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
gateway iam: self-service ops, optional workspace filters, Mux service routing (#855) 2026-04-28 22:13:12 +01:00
iam iam: self-service ops, optional workspace filters, Mux service routing (#855) 2026-04-28 22:13:12 +01:00
librarian fix: ensure publisher is cleaned up on error in submit_document 2026-05-07 23:24:11 +08:00
metering release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
model Fix Ollama async issue (#854) 2026-04-28 15:43:04 +01:00
processing Fix/startup failure (#445) 2025-07-30 23:42:11 +01:00
prompt release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
query release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
retrieval release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
rev_gateway Messaging fabric plugins (#592) 2025-12-17 21:40:43 +00:00
storage release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
tables iam: self-service ops, optional workspace filters, Mux service routing (#855) 2026-04-28 22:13:12 +01:00
template Feature/prompts jsonl (#619) 2026-01-26 17:38:00 +00:00
tool_service release/v2.4 -> master (#844) 2026-04-22 15:19:57 +01:00
__init__.py Feature/pkgsplit (#83) 2024-09-30 19:36:09 +01:00