Umbraco update
Error email updates Piscal communication error handling Empty page for terms of service
This commit is contained in:
@@ -83,7 +83,8 @@ namespace LeafWeb.WebCms.Services.PiscalQueue
|
||||
Logger.InfoFormat("LeafInput: {0}, Starting", pendingInputId);
|
||||
try
|
||||
{
|
||||
DataService.SetLeafInputStatus(pendingInput, LeafInputStatusType.Starting);
|
||||
DataService.SetLeafInputStatus(pendingInput, LeafInputStatusType.Starting,
|
||||
details: $"File count: {pendingInput.InputFiles.Count}");
|
||||
BackgroundJobEnqueueRetry<StartPending>(c => c.DoWork(pendingInputId));
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user