This commit is contained in:
2021-12-23 20:07:00 +00:00
parent 5bb1df0e80
commit 11b629442e
8 changed files with 57 additions and 10 deletions

View File

@@ -230,10 +230,15 @@ namespace AyaNova.Biz
await CoreJobSweeper.DoWorkAsync();
if (!KeepOnWorking()) return;
//Clean temp folder
//Cleanup temp folder
CoreJobTempFolderCleanup.DoWork();
if (!KeepOnWorking()) return;
//Check for and kill stuck report rendering engine processes
CoreJobReportRenderEngineProcessCleanup.DoWork();
if (!KeepOnWorking()) return;
log.LogTrace("Processing exclusive dynamic jobs");
//BIZOBJECT DYNAMIC JOBS