-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically download data sets #760
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whilst i do need to take another pass at this...it generally looks good to me...one point I want to note is that the datasets module is somewhat difficult to read through...there is a lot going on in there I think breaking out its concerns to distinct files would help with this.
Creates two new daemons for checking for new data set files and downloading and processing them once their timestamp has passed. This should be fairly robust, I prevent the download daemon from shutting down in the middle of downloading, but should that occur for whatever reason no errors should be incurred from restart.