Files
ai-customer-service/internal/service
Your Name 771304eabe docs: add eventual-consistency annotations
D-03: document non-transactional boundaries.

- Comment in platform_webhook_handler.go explaining that dialog.Process
  and outbox.InsertPendingBatch are not in a single transaction; 500 is
  returned on outbox failure for caller retry.
- Package-level comment in dialog/service.go noting the lack of a unified
  transactional outer box and the eventually-consistent nature of storage
  operations.
2026-05-11 13:10:03 +08:00
..