Skip to content

fix: add notification throttle and deduplication to prevent spam - #155

Merged
BarryArinze merged 1 commit into
aid-linkk:masterfrom
JamesEjembi:fix/notification-throttle-dedup
Aug 27, 2026
Merged

fix: add notification throttle and deduplication to prevent spam#155
BarryArinze merged 1 commit into
aid-linkk:masterfrom
JamesEjembi:fix/notification-throttle-dedup

Conversation

@JamesEjembi

Copy link
Copy Markdown
Contributor

Summary: Adds notification throttling and deduplication to prevent notification spam from rapid-fire events or polling.

Changes:

  • 3-second throttle between identical notifications (matched by type+title)
  • Auto-cleanup of throttle cache after 100 entries to prevent memory leaks
  • Maintains all existing notification store functionality

Closes #57

- Add 3-second throttle between identical notifications (type+title)
- Deduplicate rapid-fire notifications from polling or event streams
- Auto-cleanup of throttle cache after 100 entries
- Maintain all existing notification store functionality

Closes aid-linkk#57
@BarryArinze
BarryArinze merged commit 82af568 into aid-linkk:master Aug 27, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add debounce/throttle to real-time transaction notifications UI

2 participants