Download multiple artifacts at once (in parallel)
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
Describe the enhancement
When downloading all artifacts, it is using a while loop and an await for each artifact.
To speed things up it would be nice to add a download queue and download X items at once
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with packages/artifact/src/internal/artifact-client.ts at the referenced lines and trace how all artifacts are currently downloaded. Define the queue's concurrency limit and verify that downloads run in parallel without losing completion or error behavior; done means all requested artifacts download successfully with bounded concurrency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100