acep-uaf / camio-meter-streams

0 stars 0 forks source link

added logic back in refactor to download missing files, check for mis… #86

Closed aloralove closed 4 months ago

aloralove commented 4 months ago

This PR has code that checks for missing files before and after downloading each event. It goes through the in progress folder and checks for any events. If there are events in that folder, it goes and checks that event folder. It loops through and finds missing files and downloads those specific missing files. Then, it marks that downloaded missing file as complete (moves in progress file to complete).

Thoughts/questions: