This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
[Notifications] Implement mechanism to prevent sending duplicates #875
Labels
enhancement
New feature or request
javascript
notifications
P2
Small number of users are affected, major cosmetic issue
Milestone
For context, see #852
Since the event-listener does not guarantee only-once delivery, the notifications server should implement a mechanism to keep track of notifications already sent in order to avoid sending duplicates. Suggestion is to use Redis for storing that data.
The text was updated successfully, but these errors were encountered: