radgrad / radgrad2

Source code for RadGrad, Version 2
https://radgrad.org
9 stars 5 forks source link

Make scraping sequential, not parallel #764

Closed philipmjohnson closed 3 years ago

philipmjohnson commented 3 years ago

Please do work for this task in a branch called issue-764.

@ruizaj found during summer 21 that a cause of scraper fragility appears to be running them in parallel using async/await. There may be some kind of bad interaction among the runtimes.

There is a not a big time savings to running things in parallel, so it is useful to explore if a sequential solution reduces the fragility of the scrapers.

philipmjohnson commented 3 years ago

duplicate of #749