This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user