you can probably filter your dashboard resource on the lastsystemuptime value to get it to delay.
something roughly like
datediff(min,lastsystemuptime,getutcdate())>60
You may need to play with that syntax a bit but it will be close to that
you can probably filter your dashboard resource on the lastsystemuptime value to get it to delay.
something roughly like
datediff(min,lastsystemuptime,getutcdate())>60
You may need to play with that syntax a bit but it will be close to that