-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Right now when fetching assignment submission files, we compile a list of the file URLs and then download the files in serial.
However fetching the file does not require any authentication (aside from the link itself), so we may be able to download these files in parallel.
Investigate this a bit to see if we can download in parallel and if it makes sense use a modest sized parallel pool (4? 8?) to download it.
Related to #16.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo