rdustinb / noaasolarweather

Python graphing script that pulls real time NOAA satellite data and displays it in a graph.
14 stars 2 forks source link

Add URL Failure Handling #1

Open rdustinb opened 9 years ago

rdustinb commented 9 years ago

Retry multiple times? Retry once then fail? Handle different kinds of URL Errors differently?

rdustinb commented 9 years ago

With the latest architecture, the "store" methods now simply wait to retry storing new data. To support when data has become stale, I am now working to implement a status bar that indicates when graphs don't have updated information for more than x1 cycles of update time.