act-now-coalition / can-scrapers

MIT License
9 stars 13 forks source link

Update scraper caching to allow for non-etag checking #465

Closed smcclure17 closed 1 year ago

smcclure17 commented 1 year ago

The CDC county-level data endpoint doesn't send an Etag header (which we use for all our other caching), but we can use the runid field in the response. To do so, we need to lift/restructure some of our existing logic

Testing: