JoranSlingerland / StockTracker

Python stock tracker
MIT License
2 stars 0 forks source link

Auto refresh data #124

Open JoranSlingerland opened 1 year ago

JoranSlingerland commented 1 year ago

Use a timer function to autorefresh all data everyday or week

JoranSlingerland commented 1 year ago

So to do this you need to use eternal orchestration. This might be a drag on resources and we need a way to kill and start it from the user interface with a value for when it needs to be run. For now this is a bit to complicated.