This commit is contained in:
@@ -287,7 +287,7 @@ namespace AyaNova.Biz
|
||||
var JobDescription = $"{job.Name} - {job.JobType.ToString()}";
|
||||
if (job.SubType != JobSubType.NotSet)
|
||||
JobDescription += $":{job.SubType}";
|
||||
await LogJobAsync(job.GId, $"Processing job \"{JobDescription}\"");
|
||||
await LogJobAsync(job.GId, $"LT:ProcessingJob \"{JobDescription}\"");
|
||||
log.LogDebug($"ProcessJobAsync -> Processing job {JobDescription}");
|
||||
IJobObject o = null;
|
||||
using (AyContext ct = ServiceProviderProvider.DBContext)
|
||||
|
||||
Reference in New Issue
Block a user