Having an Panel App exposed as standalone what is the preferred method to refresh data behind

Deploying a panel app what is the best method to reload data in a predefined frequency, let’s say every 15 min from the source.
The source could be a relational database like MS SQL.

I would also like to know the answer to this question.

For now I would get inspiration from this discussion. Can i load data asynchronously in Panel?

There is an example of a periodically refreshing graph in @Leonidas 's Elvis:

However, its likely not the ‘best’ method and I think we’re all still in the process of figuring out what that is.

1 Like

You can use the add_periodic_callback method on Panel objects as demonstrated in this simple example to periodically trigger some update.