elonlo commented on a change in pull request #1717: Refactor Alert module #1694
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/1717#discussion_r364035373
##########
File path:
dolphinscheduler-alert/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java
##########
@@ -73,4 +76,37 @@ public static void main(String[] args){
alertServer.start();
}
+ /**
+ * send alert message
+ * @param alerts waiting list
+ */
+ private void send(List<Alert> alerts) {
Review comment:
hmm, I will abstract the Send function
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services