Forced Refresh Every Hour?

Avinash,
You should be able to do this by calling

var model1 = skuid.model.getModel('MyModel1'),<br> model2 = skuid.model.getModel('MyModel2'); // In the setInterval function... skuid.model.updateData([model1,model2]);

Hope that helps!
Emily