I am trying to get into the data dashboard as real time as possible, currently i can get the refresh rate at 30 seconds ( ?refresh=30 ) .
The queries behind the data take less than 0.5 secs to return data so are very ligytweight
Redash limits the minimum refresh rate to 30 seconds. I tried unsuccessfully to overwrite the settings on my local build. The JS hard limits to 30 seconds even when the Python allows a lower limit. If you want to tinker further the files are linked below.