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...
smeetsh
6 months agoContinued Contributor
Another option you can try is to make sure there is no paralelism, and to make the time out value higher? Below is what one of ours looks like, also upping the request interval may help. Some API's do not like it when you fire to many requests to quickly..
mstoegerer
6 months agoFrequent Visitor
There is no paralellism or anything. Just one pipeline calling another pipeline:
- smeetsh6 months agoContinued Contributor
HI mstoegerer what is the pipeline you are calling like? The error is the pipeline being called, not the activity that calls the pipeline