decomposer: record implementation detail for 7 step(s)
Some checks failed
ci / test (push) Failing after 8s

This commit is contained in:
2026-09-01 14:03:47 +00:00
parent 34d9dd0f1f
commit 2dc0a38cfa
7 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Step 3 — Implementation Detail
1. Added connector registry dispatch by connector name and tenant-aware cursor loading.
2. Added full versus incremental execution selection.
3. Added retry loop with configurable maximum attempts and dead-letter result generation.
4. Published before saving the next cursor to make replay safe after failures.
5. Added run status, attempt count, batch, and dead-letter result structures.