Skip to content

Make downloads in pipeline better #198

Description

@Andykl

Given that now more tasks download/clone things, it is a waste of time to redownload the same stuff when it is guaranteed the thing we download not changed. So the idea to download stuff into tmp/downloads/<hash of download command>, and if it exists assume that it is the same and just skip the download. After that just copy downloaded files. Also because it is IO-bound task, and downloads do not depend on each other, it is possible to run download tasks in parallel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions