Forum Discussion
mstoegerer
6 months agoFrequent Visitor
Intermittent Pipeline Failure with HTTP Timeout Error Referencing Logic App Limits
Intermittently, when executing our pipeline, we encounter the following error message: "HTTP request failed: the server did not respond within the timeout limit. Please see logic app limits at https...
v-saisrao-msft
6 months agoCommunity Support
HI mstoegerer,
At the step where it fails, Enable retries on pipeline activities : Retry count as 3 to 5 and Retry interval as 30–120 seconds.Reduce parallelism where possible (For Each batch size or concurrent triggers).
Monitor capacity used for the pipeline activities. IF above steps does not resolve the issue, could you please share what is the step where it is failing and pipeline architecture .
Thank you.