Files
curriculum-project-hub/.scratch/saas-production-readiness/issues/23-durable-feishu-inbox-and-queue.md
T

14 lines
504 B
Markdown

# Make Feishu intake and queued work durable
Type: task
Status: open
## Question
Replace receipt-before-success and process-local batching/queueing with one
durable inbound work lifecycle that atomically claims duplicate events, records
processing/completion/failure, survives restart, retries recoverable failures,
and proves concurrent redelivery cannot duplicate a run or silently lose an
accepted prompt. Preserve execution-time authorization from ticket 18 when
deferred work is finally started.