This commit is contained in:
@@ -5211,6 +5211,7 @@ namespace AyaNova.Biz
|
||||
catch (Exception ex)
|
||||
{
|
||||
log.LogError(ex, $"error generating Work order from PM {p.Serial}");
|
||||
DbUtil.HandleIfDatabaseUnavailableTypeException(ex);
|
||||
await NotifyEventHelper.AddGeneralNotifyEvent(AyaType.PM, p.Id, NotifyEventType.PMGenerationFailed, $"Error generating Work order from PM {p.Serial}", "Preventive Maintenance", ex);
|
||||
if (!KeepOnWorking(log)) return;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user