This commit is contained in:
2022-06-15 01:45:29 +00:00
parent eb9175153d
commit 6b3533b26a
5 changed files with 72 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ namespace AyaNova.Biz
//NOTIFICATIONS
await CoreJobNotify.DoWorkAsync();
if (!KeepOnWorking()) return;
await CoreNotificationSweeper.DoWorkAsync();
if (!KeepOnWorking()) return;
@@ -239,6 +239,11 @@ namespace AyaNova.Biz
//CUSTOMER NOTIFICATIONS
TaskUtil.Forget(Task.Run(() => CoreJobCustomerNotify.DoWorkAsync()));//must fire and forget as it will call a report render job. In fact probably all of these can be fire and forget
//INTEGRATION LOG SWEEP
await CoreIntegrationLogSweeper.DoWorkAsync();
if (!KeepOnWorking()) return;
log.LogTrace("Processing exclusive dynamic jobs");
//BIZOBJECT DYNAMIC JOBS