This commit is contained in:
@@ -155,9 +155,9 @@ namespace AyaNova.Biz
|
||||
ActivelyProcessing = true;
|
||||
try
|
||||
{
|
||||
//Sweep jobs table
|
||||
//System.Diagnostics.Debug.WriteLine($"JobsBiz processing sweeper");
|
||||
await CoreJobSweeper.DoSweepAsync();//run exclusively
|
||||
//## Critical internal jobs
|
||||
await CoreJobSweeper.DoSweepAsync();
|
||||
await CoreJobLicense.DoWorkAsync();
|
||||
|
||||
//BIZOBJECT DYNAMIC JOBS
|
||||
//get a list of exclusive jobs that are due to happen
|
||||
|
||||
Reference in New Issue
Block a user