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