Broken with queue-async@1.1.0
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The get stream is broken on queue-async@1.1.0.
```
/Users/r/gh/mapbox/s3scan/node_modules/aws-sdk/lib/request.js:30
throw err;
^
Error
at check (/Users/r/gh/mapbox/s3scan/node_modules/queue-async/build/queue.js:56:36)
at Object.q.defer (/Users/r/gh/mapbox/s3scan/node_modules/queue-async/build/queue.js:67:9)
at Transform.getStream._transform (/Users/r/gh/mapbox/s3scan/lib/get.js:32:21)
```
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 by reproducing the failure with queue-async@1.1.0 and follow the stack trace into lib/get.js at line 32, then compare the queue-async and aws-sdk request behavior shown in the trace. Done means the get stream works again with that dependency version and the failure is covered by a reproducible check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, javascript, nodejs
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100