Notify when parsing operation ended successfully
This commit is contained in:
@ -40,6 +40,8 @@ namespace Hcs.WebApp.BackgroundServices
|
||||
|
||||
var dataParser = dataParserFactory.CreateDataParser(scope, operation, webHostEnvironment);
|
||||
await dataParser.ParseAsync();
|
||||
|
||||
state.InvokeOnOperationEnded(operation.Id, operation.CampaignId, DateTime.UtcNow, string.Empty);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user