This commit is contained in:
@@ -262,7 +262,9 @@ namespace AyaNova.Biz
|
||||
await JobsBiz.UpdateJobStatusAsync(job.GId, JobStatus.Running, ct);
|
||||
await JobsBiz.LogJobAsync(job.GId, $"Tag::BulkJob started...", ct);
|
||||
|
||||
|
||||
//get XBiz for type specified
|
||||
//use XBiz to call get then update then save
|
||||
//ideally don't have a huge switch statement with identical code for each object
|
||||
|
||||
await JobsBiz.LogJobAsync(job.GId, "Tag::BulkJob completed", ct);
|
||||
await JobsBiz.UpdateJobStatusAsync(job.GId, JobStatus.Completed, ct);
|
||||
|
||||
Reference in New Issue
Block a user