CADWRDeltaModeling / dms_datastore

Data download and management tools for continuous data for Pandas. See documentation https://cadwrdeltamodeling.github.io/dms_datastore/
https://cadwrdeltamodeling.github.io/dms_datastore/
MIT License
1 stars 0 forks source link

Improve checking #37

Closed dwr-psandhu closed 5 months ago

dwr-psandhu commented 6 months ago

Checking relies on parsing log. It would be better to separate it the failures to another file format and use those in checking as well as retry/restart logic

water-e commented 5 months ago

Mostly I rely on directory level diffs for checking. I have added the ability to filter out known repeat known misses on the downloads. I'm not sure retry logic would depend on parsing the logs, so closing the issue. We need to make the logs more useful, but for that it might be more useful to think of the current logs as detritus from development, consider rooting them out and decide what we want to log.