This commit is contained in:
2022-08-29 15:29:59 +00:00
parent da4255a531
commit a64c7a423b

View File

@@ -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;