ParkingReformNetwork / reform-map

A map of where parking reforms have happened.
https://parkingreform.org/mandates-map/
MIT License
6 stars 8 forks source link

Figure out why city details weren't updated #354

Closed Eric-Arellano closed 17 hours ago

Eric-Arellano commented 3 months ago

Why did https://github.com/ParkingReformNetwork/reform-map/pull/353 happen? Our script should never miss updates thanks to this function

https://github.com/ParkingReformNetwork/reform-map/blob/b19b351eca926439392886bd4a4d2f4d74b4bcce/scripts/updateCityDetail.js#L46-L60

What went wrong?

It's not viable to get rid of that check because it makes the update too slow and risks rate limiting. We could consider doing a weekly or biweekly check that runs over everything, though.