File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
ProcessMyMedia/Tasks/Media Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ protected override async Task<ExecutionResult> RunTaskAsync(IStepExecutionContex
74
74
75
75
if ( ! job . IsFinished )
76
76
{
77
+ this . logger . LogInformation ( $ "Analysing progress : { job . Progress } %") ;
77
78
return ExecutionResult . Sleep ( this . delayService . GetTimeToSleep ( job . Created ) , job ) ;
78
79
}
79
80
else if ( job . Canceled )
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ protected override async Task<ExecutionResult> RunTaskAsync(IStepExecutionContex
88
88
89
89
if ( ! job . IsFinished )
90
90
{
91
+ this . logger . LogInformation ( $ "Encoding progress : { job . Progress } %") ;
91
92
return ExecutionResult . Sleep ( this . delayService . GetTimeToSleep ( job . Created ) , job ) ;
92
93
}
93
94
else if ( job . Canceled )
You can’t perform that action at this time.
0 commit comments