Skip to content

[508] Document notification processing flow - #551

Open
NanaKhadija1980j wants to merge 1 commit into
Core-Foundry:mainfrom
NanaKhadija1980j:docs/issue-508-notification-flow
Open

[508] Document notification processing flow#551
NanaKhadija1980j wants to merge 1 commit into
Core-Foundry:mainfrom
NanaKhadija1980j:docs/issue-508-notification-flow

Conversation

@NanaKhadija1980j

Copy link
Copy Markdown
Contributor

Summary

  • Documented the end-to-end notification processing lifecycle.
  • Added architecture and processing flow diagrams.
  • Documented failure and retry behavior (including dead-letter queue for scheduled notifications).
  • Added troubleshooting guidance based on the actual implementation.

Closes #508

Test plan

  • Traced processing stages against source code (EventSubscriber, queues, Discord delivery, schedulers, DLQ).
  • Verified diagrams against implementation.
  • Verified internal documentation links.
  • Checked Markdown/Mermaid syntax visually.

Validation

  • Stages limited to what exists in listener/src (no invented providers or buses).
  • Documented real-time vs scheduled pipelines, async boundaries, persistence vs transient state, and idempotency layers.
  • Included dead_letter_queue behavior introduced on main.
  • No markdownlint tooling is configured in this repository; validation was manual path/link/source tracing.
  • Documentation reviewed against source by the authoring agent (not a human maintainer review).
  • No application logic changes.

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@NanaKhadija1980j Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

Document Notification Processing Flow

1 participant