Skip to content

Parallel Canvas File Downloads #18

@eriq-augustine

Description

@eriq-augustine

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions