Resolve notification worker items to tenants
This commit is contained in:
@@ -125,7 +125,7 @@ manifest = ModuleManifest(
|
||||
id="notifications.delivery-operations",
|
||||
title="Operate notification delivery",
|
||||
summary="Notifications persists message intent and bounded per-channel attempts before workers dispatch optional delivery channels.",
|
||||
body="Producing modules emit notifications through the dispatch capability and do not own delivery credentials. In-product delivery is the baseline. Production email delivery is available only through an enabled Mail capability; file delivery remains development-only. Operators can inspect pending and failed attempts and retry only outcomes that are safe to repeat.",
|
||||
body="Producing modules emit notifications through the dispatch capability and do not own delivery credentials. In-product delivery is the baseline. Production email delivery is available only through an enabled Mail capability; file delivery remains development-only. Operators can inspect pending and failed attempts and retry only outcomes that are safe to repeat. Tenant module entitlement is checked before enqueue and again before worker delivery; disabling Notifications preserves accepted messages and exposes an operator action instead of silently consuming them.",
|
||||
documentation_types=("admin",),
|
||||
audience=("tenant_admin", "operator", "module_admin"),
|
||||
related_modules=("mail", "audit", "ops"),
|
||||
|
||||
Reference in New Issue
Block a user