SocialChangeLab / media-impact-monitor

The Media Impact Monitor will be a novel tool for protest groups and NGOs to measure and visualize their impact on public discourse.
https://mediaimpactmonitor.app
Other
37 stars 1 forks source link

Refactor: Use async rather than parallel #184

Closed davidpomerenke closed 3 months ago

linear[bot] commented 5 months ago

MIM-107 Use async rather than parallel

davidpomerenke commented 3 months ago

turns out parallel is actually a good solution in many cases, and async (at least without additional limitations on how many things run in parallel) tends to cause problems