Add outbox worker processing policy

This commit is contained in:
Jason Thistlethwaite
2026-04-25 00:53:49 +00:00
parent c9f4c69525
commit f109fdcb91
8 changed files with 249 additions and 33 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ It:
- supports `--dry-run` for non-mutating previews
- uses `locked_at`, `locked_by`, `processed_at`, `attempts`, and `last_error`
- enriches helpdesk ticket/message/contact events with read-only joins
- writes derived JSONL to `.cache/redmine_outbox/derived_documents.jsonl`
- writes derived JSONL to `/tmp/redmine-outbox/derived_documents.jsonl`
- marks rows processed only after a successful local write
This is still a prototype output target, not the final vector index.