biglocalnews / warn-scraper

Command-line interface for downloading WARN Act notices of qualified plant closings and mass layoffs from state government websites
https://warn-scraper.readthedocs.io
Apache License 2.0
30 stars 10 forks source link

MD reliability #670

Closed stucka closed 3 weeks ago

stucka commented 1 month ago

The Maryland web server seems to be having reliability problems with connections; I am implementing a delay between calls that may help here, but it's really out of our hands.

On the other hand, we're requesting a bunch of old files that are not at all necessary. These could be pulled from cache or consolidated into a larger CSV and downloaded (and also stored in cache). There's newer functionality to check to see if the file is cached ...