PREPROD
ReaderAuthor

suite

Alert Delivery

A single attempt to send an alert through a channel, with its outcome.

1 min read · 2 depth levelsstratum-suite · vdevMatches production
Everyday

AlertDelivery records one attempt to push an alert out. It links the alert via alertId and the destination via channelId, captures the result in status, and stores any failure detail in error. The sentAt timestamp marks when the delivery was attempted. These records let operators audit whether an alert actually reached its channel, diagnose failed sends, and distinguish a quiet system from one where notifications silently never arrived.

Technical section
Data model, API, and internals — visible to developers.
View as developer
Was this helpful?