This commit is contained in:
2021-12-27 22:01:29 +00:00
parent aff0fa3a46
commit 68332a7290
6 changed files with 631 additions and 519 deletions

View File

@@ -235,7 +235,7 @@ namespace AyaNova.Biz
if (!KeepOnWorking()) return;
//Check for and kill stuck report rendering engine processes
CoreJobReportRenderEngineProcessCleanup.DoWork();
await CoreJobReportRenderEngineProcessCleanup.DoWork();
if (!KeepOnWorking()) return;