Skip to content

Update nrc-retry-architecture.md - #137

Open
johannesbattjes wants to merge 2 commits into
mainfrom
notifications-blocked
Open

Update nrc-retry-architecture.md#137
johannesbattjes wants to merge 2 commits into
mainfrom
notifications-blocked

Conversation

@johannesbattjes

Copy link
Copy Markdown
Contributor

No description provided.


## Subscription blocking

Subscription blocking is a safeguard on top of the Hangfire retry mechanism described above. If every notification for a subscription keeps failing and none can be delivered for a full week, the subscription is automatically blocked. Once blocked, no further notifications (new or retried) are sent to that subscription's webhook receiver, which prevents the system from continuing to schedule and process retries for a client that is clearly no longer reachable. Unlike the circuit breaker, a block is not lifted automatically after a timeout — it requires a system administrator to manually unblock the subscription in ZCA under Notificaties before delivery resumes.

@Grabauskas Grabauskas Aug 13, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention that ZCA is only from our SaaS. In OSS version, you can only do it using database.

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.

2 participants