Hello,

The dashboard refresh button works only when the dashboard is open in the browser.
Is there any way to trigger Redash on the server side to periodically refresh the dashboard?
If Redash has no mechanism of background refresh then I could create a cron job and call somehow the API.

Hi,

No need for a cron job: just setup a refresh schedule for each of the queries that you use on this dashboard. When the queries refresh, the data on the dashboard will refresh accordingly.

3 posts were split to a new topic: How to trigger dashboard refresh with the API