pbixrefresher-python icon indicating copy to clipboard operation
pbixrefresher-python copied to clipboard

Extending the Wait Time

Open Cmbrosko opened this issue 6 years ago • 2 comments

Hello,

I love the code and it is working great for some of my smaller dashboards (all SQL Imports). For my larger dashboards, the time between Refreshing->Saving->Closing is a little too quick. Is there a way that I can easily change the wait time? I am relatively new to python.

Thank you, Cmbrosko

Cmbrosko avatar Feb 21 '19 14:02 Cmbrosko

You can raise the timeout by argument e.g. --refresh-timeout 40000

dubravcik avatar Jun 25 '19 21:06 dubravcik

You can try this way, it is quite simple. https://github.com/LevonPython/PbiRefresher

LevonPython avatar Mar 31 '20 10:03 LevonPython