Forum Discussion
Anonymous
4 years agoNot applicable
Relaunch failed refreshes
Hi all, I've been having a few connectivity issues that made it so that the planned refreshes on my workspaces fail from time to time. I'm wondering if there's a failsafe way of making the re...
- 4 years ago
You can do that with Powershell scripts. Poll for refresh status (wait for the end date to be available), check for status (Completed or not) , wait 15 minutes, initiate another refresh request.
Or use Power Automate to monitor emails that are sent when the refresh fails, and initiate the second refresh from there. Beware that this may create unintended loops.
lbendlin
Super User
4 years agoYou can do that with Powershell scripts. Poll for refresh status (wait for the end date to be available), check for status (Completed or not) , wait 15 minutes, initiate another refresh request.
Or use Power Automate to monitor emails that are sent when the refresh fails, and initiate the second refresh from there. Beware that this may create unintended loops.