You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have 1600+ series in the database with which we fetch. This is a lot of information and doing a complete fetch takes around 1700 seconds (which is actually pretty good if you think about it). As we update on a month to month basis, we should only update certain series and only get data for the last year.
The time series that the fetch module gets should be listed in a JSON document, not as embedded Python code.
Alternatively this could also be stuck into a database.
The text was updated successfully, but these errors were encountered: