Notification System Overhaul
1D. Notification Escalations
Add an escalation field on monitor-notification config:
{ delayMinutes: number, channelId: string }
Implement escalation logic in the queue helper — if an incident is unacknowledged after delayMinutes, trigger the escalation channel
Add UI for configuring escalation rules per monitor
Notification System Overhaul
1D. Notification Escalations
Add an escalation field on monitor-notification config:
{ delayMinutes: number, channelId: string }
Implement escalation logic in the queue helper — if an incident is unacknowledged after delayMinutes, trigger the escalation channel
Add UI for configuring escalation rules per monitor