This commit is contained in:
2020-05-16 23:47:53 +00:00
parent 8ba190c1e8
commit 58df7cf308

View File

@@ -334,7 +334,7 @@ namespace AyaNova.Biz
long ProcessedObjectCount = 0;
JObject jobData = JObject.Parse(job.JobInfo);
//cache some info from the jobInfo if present
//TAGS?
string ToTag = null;
string Tag = null;
@@ -418,7 +418,6 @@ namespace AyaNova.Biz
}
await JobsBiz.LogJobAsync(job.GId, $"Bulk job {job.SubType} processed {ProcessedObjectCount} of {idList.Count}", ct);
await JobsBiz.UpdateJobStatusAsync(job.GId, JobStatus.Completed, ct);
}