the-round-table/trtbot

`trt paper` does serial data fetching

Closed this issue · 1 comments

Running trt paper currently fetches sources serially (via await within a loop). We can use Promise.all (or similar utility) to have sources be fetched in parallel to cut down on wait time


Context (Will only be viewable if you are a member of this guild)
Submitter (Discord Username): bcongdon (158708926299373568)
Channel: #bot-dev (464642363369979904)
Guild: The Round Table (426611271429783553)

fixed in eb81c0a