Skip to content

Fix notification delivery duplication and backpressure handling#52

Closed
abk-tech wants to merge 1 commit into
Proof-Stell:mainfrom
abk-tech:devBranch
Closed

Fix notification delivery duplication and backpressure handling#52
abk-tech wants to merge 1 commit into
Proof-Stell:mainfrom
abk-tech:devBranch

Conversation

@abk-tech

@abk-tech abk-tech commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes duplicate notification delivery and improves handling of notification backpressure to ensure reliable message processing under load.

Problem
Some notifications could be delivered more than once under certain processing scenarios.
High notification volume could cause processing bottlenecks, leading to delays and increased queue pressure.
Existing flow lacked sufficient safeguards against duplicate execution and congestion.

Changes
Added safeguards to prevent duplicate notification delivery.
Improved notification processing flow to better handle backpressure scenarios.
Enhanced queue/message handling to reduce the risk of repeated processing.
Updated relevant services and handlers to ensure more predictable notification delivery behavior.
Added/updated tests covering duplicate delivery and high-load processing scenarios.

closes #35

@abk-tech abk-tech closed this Jun 24, 2026
@abk-tech
abk-tech deleted the devBranch branch June 24, 2026 10:37
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.

Fix notification delivery duplication and backpressure handling

1 participant