warn-scraper icon indicating copy to clipboard operation
warn-scraper copied to clipboard

Refactor FL to remove tenacity

Open chriszs opened this issue 2 years ago • 0 comments

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.

chriszs avatar Mar 27 '24 16:03 chriszs