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
28 stars 10 forks source link

Refactor FL to remove tenacity #642

Open chriszs opened 3 months ago

chriszs commented 3 months ago

One of the project's dependencies, tenacity, handles retrying, but only for one state: Florida. Most retries are handled by the retry package as called by utils.get_url. In the interest of standardizing the scrapers, and including as few dependencies as possible, it might make sense to use utils.get_url and functions that call it instead.