This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user