sdb1228 / SoccerLCScrapers

Scrapers written in JS for Soccerlc
0 stars 0 forks source link

Cancel pending scrapers on a failure #19

Open JoelHough opened 7 years ago

JoelHough commented 7 years ago

We've got a Promise.all for pending requests. Once #3 is done, we can cancel all of those when any of them fail so we don't keep making useless requests.