Redash: Dashboard refresh not working

Created on 12 Jul 2016  路  5Comments  路  Source: getredash/redash

Issue Summary

The dashboard auto refresh of the widgets doesn't work (a complete browser refresh is needed). The refresh functionality is enabled.

Redash Version: 0.10.1+b1836
Browser/OS: Mac OS X both Safari and Chrome
Vagrant/VirtualBox Ubuntu Box 14.04 following these steps:

  • Make sure you have a Docker machine up and running.
  • Make sure your current working directory is the root of this GitHub repository.
  • Run docker-compose up postgres.
  • Run ./setup/docker/create_database.sh. This will access the postgres container and set up the database.
  • Run docker-compose up
Bug Frontend

Most helpful comment

Found the bug, will push a fix as part of the coming release.

All 5 comments

What is the refresh interval you set to the queries on this dashboard?

At the moment I only have one query and one visualization.
The query is scheduled for every minute: Refresh Schedule Every 1m

Do you see any errors in browser console? How long did you wait for it to refresh? Does any of queries have parameters?

Found the bug, will push a fix as part of the coming release.

Is there a commit for this fix?

I've had the same problem and would love to get the fix integrated into my copy as soon as possible...

Was this page helpful?
0 / 5 - 0 ratings