Queue authored conversation messages during connectivity failures #235
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#235
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/234-authored-message-outbox"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #234
Adds a bounded durable outbox for issue comments, pull-request comments, and unread-update replies. Retryable failures retain their stable idempotency key, reconnect flushes sequentially, permanent failures surface in Drafts, and state-sensitive mutations remain online-only.
Validation:
pytest -q(386 passed).