This commit is contained in:
@@ -330,17 +330,11 @@ namespace AyaNova.Biz
|
||||
|
||||
//TODO: NOTIFICATIONS
|
||||
|
||||
}
|
||||
catch (OperationCanceledException e)
|
||||
{
|
||||
log.LogError(e, "JobsBiz::ProcessJobsAsync jobs cancelled likely due to timeout");
|
||||
System.Diagnostics.Debug.WriteLine($"JobsBiz::ProcessJobsAsync {nameof(OperationCanceledException)} thrown with message: {e.Message}");
|
||||
throw;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
log.LogError(ex, "JobsBiz::ProcessJobsAsync unexpected error during processing");
|
||||
//todo: alert OPS
|
||||
//TODO:OPSNOTIFY
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user