g0v / vaccinate

vaxx.tw is a tool to find COVID-19 Vaccine Appointments near you
http://vaxx.tw
MIT License
33 stars 20 forks source link

Use async redis client for local scraper #64

Closed kevinjcliao closed 3 years ago

kevinjcliao commented 3 years ago

The synchronous blocking is slowing us down a lot.

kevinjcliao commented 3 years ago

We're now using an API to do this now. We should investigate whether we can do asynchronous requests server-side.

kevinjcliao commented 3 years ago

80