Forum Discussion
JeffreyVH
1 year agoFrequent Visitor
Power BI Gateway timeout change
Hi all, I want to lower the Power BI Gateway Timeout, with my Pro license it is now 2 hours. I want this reduced to 10 minutes. Most actions will refresh within 2 minutes, and now if fails we are...
lbendlin
1 year agoSuper User
You will need to implement your own polling mechanism to see which refreshes are in flight for more than 10 minutes and then you need to issue a cancellation request for these. NOTE: That cancellation request may or may not be honored depending on how far the refresh has already progressed. NOTE2: This is not primarily a gateway related issue.
JeffreyVH
1 year agoFrequent Visitor
We do a refresh every 10 minutes 24/7, somehow it fails 1-2 a day. Then we are stuck and need to wait for 2 hours because the cancellation token isn't honored. Even when we are only 20 minutes into the refresh.
Edit: DM_GWPipeline_Gateway_TimeoutError is the error we see in the log.
Edit 2: Normally the models refresh in 60 seconds or less.