stitchfix / pyxley

Python helpers for building dashboards using Flask and React
MIT License
2.27k stars 257 forks source link

how can i refresh the data periodically? #42

Open echolvxiao opened 8 years ago

echolvxiao commented 8 years ago

I want to refresh the data every 30s, how to achieve it without restarting the service?

LLCF commented 7 years ago

@echolvxiao Do you solve the problem?