notifications: dont return error if one notifer failed

pull/12145/head
bergquist 7 years ago
parent e91e3ea771
commit 66c56e7bbe
  1. 2
      pkg/services/alerting/notifier.go

@ -90,7 +90,7 @@ func (n *notificationService) sendNotifications(evalContext *EvalContext, notifi
})
if err != nil {
return err
n.log.Error("failed to send notification", "id", not.GetNotifierId())
}
}

Loading…
Cancel
Save