This commit is contained in:
2021-08-02 17:40:26 +00:00
parent a002e65bbf
commit 8821046b48
3 changed files with 92 additions and 22 deletions

View File

@@ -311,6 +311,7 @@ namespace AyaNova.Biz
case NotifyEventType.GeneralNotification:
case NotifyEventType.NotifyHealthCheck://created by job processor itself
case NotifyEventType.ServerOperationsProblem:
case NotifyEventType.PMGenerationFailed:
break;
default://this will likely be a development error, not a production error so no need to log etc
throw (new System.NotSupportedException($"NotifyEventProcessor:AddGeneralNotifyEvent - Type of event {eventType} is unexpected and not supported"));