Perform multiple caches at the same time
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
We have several caches that are individually addressed and updated (ruby, rubygems, npm packages, precompiled assets, db schema) varying in size from 40kB to 200MB
It would be nice to be able to trigger the cache restore on all of them in parallel, to save on latency and overlap extracting and downloading time.
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
The issue names no files or tests. Start by locating the cache restore entry point and understanding how individually addressed caches are currently restored. Done means multiple caches can be restored in parallel while preserving existing cache behavior and handling the listed cache types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100