Forum Discussion
How to handle the power BI refresh time limit while having multiple refreshing report request.
- 1 year ago
We can avoid that Power BI Limitation and allow to refresh report using exponential backoff technique.
Exponential backoff mechanism that waits longer between each retry, starting with a base delay (e.g., 15 seconds as per the rate limit) and increasing the wait time exponentially in case of consecutive rate limit errors. Optionally, add a random jitter to prevent the thundering herd problem.
We can avoid that Power BI Limitation and allow to refresh report using exponential backoff technique.
Exponential backoff mechanism that waits longer between each retry, starting with a base delay (e.g., 15 seconds as per the rate limit) and increasing the wait time exponentially in case of consecutive rate limit errors. Optionally, add a random jitter to prevent the thundering herd problem.