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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

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.

 

7 REPLIES 7
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.

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

 

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
Responsive Resident
Responsive Resident

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
January Fabric Update Carousel

Fabric Monthly Update - January 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.