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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Power BI API returned 503 (Service Unavailable) response in CI/CD pipeline

Hello team,

 

I have a GitHub CI/CD pipeline which will deploy Power BI reports to multiple workspaces parallely in seperate jobs.

 

One of my Job returned the below error when the pipeline is calling a Power BI API

 

I would like to why the API endpoint returned this response and Is there any limitaion for parallel API calls made to endpoint?

 

TharunKumar_0-1666007921900.png

 

FYI: Pipeline deploying 20 reports to 32 workspaces, so 32 parallel jobs were ran

 

 

 

Status: Needs Info

Hi @Anonymous ,

 

The 503 Service Unavailable error is an HTTP status code that means a website's server is not available right now. Most of the time, it occurs because the server is too busy or maintenance is being performed on it.

A 503 error message can be customized by the website it appears on or the server software that generates it, so how you might see it vary greatly.

 

I find a blog which explains how to fix the 503 Service Unavailable Error:503 Service Unavailable Error Message: What It Is and How to Fix It (lifewire.com)

 

Best regards,

Community Support Team _Yadong Fang

Comments
v-yadongf-msft
Community Support
Status changed to: Needs Info

Hi @Anonymous ,

 

The 503 Service Unavailable error is an HTTP status code that means a website's server is not available right now. Most of the time, it occurs because the server is too busy or maintenance is being performed on it.

A 503 error message can be customized by the website it appears on or the server software that generates it, so how you might see it vary greatly.

 

I find a blog which explains how to fix the 503 Service Unavailable Error:503 Service Unavailable Error Message: What It Is and How to Fix It (lifewire.com)

 

Best regards,

Community Support Team _Yadong Fang

Anonymous
Not applicable

Hello @v-yadongf-msft ,
I have gone through the blog and found that the suggestions over there are for handling such issues in web sites.
Could you please help us to understand what steps need to taken if such intermittent issues happen in pipelines with Power BI API?

Anonymous
Not applicable

Hello @v-yadongf-msft , is there any update on this?