Internal activity bus can drop events and cause silent state drift #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Summary
The bounded broadcast channel can drop events for lagging consumers; handling only logs warnings and continues.
Why this matters
Dropped create/update relay events can leave infra unsynced or billing stale; startup recovery only targets rows already marked with
sync_error.Expected behavior
Event delivery should be durable/replayable or missed events should be reconciled by state-based startup scans.