We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5583b47 commit d1478e1Copy full SHA for d1478e1
internal/sla/sla.go
@@ -500,7 +500,7 @@ func (m *Manager) SendNotifications(ctx context.Context) error {
500
}
501
502
503
-// SendNotification sends a SLA notification to agents, a schedule notification can be linked to a specific SLA event or applied SLA.
+// SendNotification sends a SLA notification to agents, a schedule notification is always linked to an applied SLA and optionally to a SLA event.
504
func (m *Manager) SendNotification(scheduledNotification models.ScheduledSLANotification) error {
505
var (
506
appliedSLA models.AppliedSLA
0 commit comments