This commit is contained in:
2020-05-16 19:48:10 +00:00
parent 39c2bbe4d3
commit 69be6961ec

View File

@@ -34,9 +34,6 @@ namespace AyaNova.Biz
//
public async Task HandleJobAsync(OpsJob job)
{
//Hand off the particular job to the corresponding processing code
//NOTE: If this code throws an exception the caller (JobsBiz::ProcessJobsAsync) will automatically set the job to failed and log the exeption so
//basically any error condition during job processing should throw up an exception if it can't be handled
switch (job.JobType)
{
case JobType.BulkTag: