You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -172,9 +173,10 @@ public override async Task RunAsync()
172
173
// Successful run clears any errors.
173
174
this.State.ResetFailures();
174
175
}
175
-
catch(HttpRequestExceptionex)
176
+
catch(HttpClientRequestExceptionex)
176
177
{
177
-
this.Logger.LogError(ex,"Ingest [{name}] failed to run. This is failure [{failures}] out of [{maxFailures}] maximum retries. Response: {Data}",ingest.Name,manager.Ingest.FailedAttempts+1,manager.Ingest.RetryLimit,ex.Data["Body"]);
this.Logger.LogError(ex,"Ingest [{name}] failed to run. This is failure [{failures}] out of [{maxFailures}] maximum retries. Response: {Data}",ingest.Name,manager.Ingest.FailedAttempts+1,manager.Ingest.RetryLimit,response);
0 commit comments