This commit is contained in:
2020-07-17 17:39:59 +00:00
parent d37af11c68
commit a666eb8813
3 changed files with 22 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ namespace AyaNova.Biz
{
case NotifyEventType.BackupStatus:
case NotifyEventType.DefaultNotification:
case NotifyEventType.NotifyHealthCheck:
case NotifyEventType.NotifyHealthCheck://created by job processor itself
case NotifyEventType.ServerOperationsProblem:
break;
default://this will likely be a development error, not a production error so no need to log etc