With the introduction of #10, we can now download artifacts from multiple revisions. However, they all run as separate bulk download operations; an entire revision's set of tasks is download before querying the next one and moving on. We could potentially speed up downloads even more by querying revisions' artifacts in parallel, which produces a single queue of artifacts to download.
With the introduction of #10, we can now download artifacts from multiple revisions. However, they all run as separate bulk download operations; an entire revision's set of tasks is download before querying the next one and moving on. We could potentially speed up downloads even more by querying revisions' artifacts in parallel, which produces a single queue of artifacts to download.