Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
mstoegerer
Frequent 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://aka.ms/logic-apps-limits-and-config#http-limits."

  • No Logic App or similar service is explicitly invoked within the pipeline.
  • The error occurs sporadically, approx once a month, and is not tied to a specific step or dataset.
  • Timeout limit referenced appears to be related to Logic App HTTP connector limits, but this service is not part of our architecture.

Thanks in advance.

 

8 REPLIES 8
mstoegerer
Frequent Visitor

Hi @smeetsh  & @v-saisrao-msft ,

 

thanks for your replies.

We have already considered a solution using retries. However, the underlying pipeline is quite large, and sometimes errors occur there that cannot be resolved by a retry. Thatโ€™s why we donโ€™t really want to implement a retry in this case. What would be most interesting for us is to understand why this error occurs in the first place.

smeetsh
Continued Contributor
Continued 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..

smeetsh_0-1769716524716.png

 

Cheers

Hans

(If my solution was usefull, please give it a kudo, and mark it as a solution)

There is no paralellism or anything. Just one pipeline calling another pipeline:

mstoegerer_0-1769745649833.png

 

smeetsh
Continued Contributor
Continued 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

Cheers

Hans

(If my solution was usefull, please give it a kudo, and mark it as a solution)

Hi @mstoegerer ,

Since we donโ€™t have visibility into the backend logs required to investigate this further, we wonโ€™t be able to analyze the root cause from here.

Please submit a Microsoft support ticket using the link below and include the affected pipeline run IDs, timestamps, and region. The support team will be able to review the internal logs and assist in identifying the underlying cause.

Create a Fabric and Power BI Support Ticket - Power BI | Microsoft Learn

 

Thank you.

I think you replied to the wrong person ๐Ÿ˜‚

Cheers

Hans

(If my solution was usefull, please give it a kudo, and mark it as a solution)
smeetsh
Continued Contributor
Continued Contributor

This could very well be a timeout issue on the API side of things, not your side. We see it with the API of one of our suppliers, as mentioned: add a retry of 3 to 5 times with and interval of 30 seconds or so

Cheers

Hans

(If my solution was usefull, please give it a kudo, and mark it as a solution)
v-saisrao-msft
Community Support
Community 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.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

June Fabric Update Carousel

Fabric Monthly Update - June 2026

Check out the June 2026 Fabric update to learn about new features.