This commit is contained in:
@@ -191,13 +191,17 @@ namespace AyaNova.Biz
|
||||
try
|
||||
{
|
||||
log.LogTrace("Processing level 1 internal jobs");
|
||||
|
||||
//######################################################################################
|
||||
//### Critical internal jobs, these run even if there is a license related serverlock
|
||||
|
||||
//LICENSE FETCH
|
||||
await CoreJobLicense.DoWorkAsync();
|
||||
|
||||
//METRICS
|
||||
CoreJobMetricsSnapshot.DoWork();
|
||||
|
||||
//######################################################################################
|
||||
//## JOBS that will not run in a license or import mode or other system lock scenario from here down
|
||||
|
||||
if (!KeepOnWorking()) return;
|
||||
|
||||
Reference in New Issue
Block a user