GitHub / supercharge/promise-pool issues and pull requests
#86 - Plans for dual build CJS, ESM
Issue -
State: open - Opened by woss 8 months ago
- 4 comments
Labels: enhancement
#85 - Test breaks because of Nullish coalescing
Issue -
State: closed - Opened by Jardielson-s over 1 year ago
- 4 comments
#84 - Mark all files are sideEffects-free to make each tree-shakable
Pull Request -
State: closed - Opened by exoego over 1 year ago
#83 - Not tree-shakeable
Issue -
State: closed - Opened by exoego over 1 year ago
- 2 comments
#82 - Delete unnecessary files from dist
Issue -
State: closed - Opened by alexsandrbarabash over 1 year ago
- 3 comments
Labels: enhancement
#81 - Docs: add support for iterables
Issue -
State: closed - Opened by ZebraFlesh over 1 year ago
- 2 comments
Labels: PR welcome
#80 - [Question] Delay between batches?
Issue -
State: closed - Opened by mb8z almost 2 years ago
- 3 comments
#79 - fix: Clear the timer for task timeout after the task has completed
Pull Request -
State: closed - Opened by katsuya almost 2 years ago
- 2 comments
#78 - handleError not working accordingly to docs?
Issue -
State: closed - Opened by sgarbesi almost 2 years ago
- 4 comments
#77 - Can this support batches instead of continiously filling pool ?
Issue -
State: closed - Opened by moda20 about 2 years ago
- 1 comment
#76 - adding items to the pool during processing
Issue -
State: closed - Opened by pachacamac about 2 years ago
- 3 comments
Labels: PR welcome
#75 - Handle environments where Error.captureStackTrace is not defined
Pull Request -
State: closed - Opened by lostplan about 2 years ago
- 4 comments
#74 - `Error.captureStackTrace` fails in some environments
Issue -
State: closed - Opened by lostplan about 2 years ago
- 2 comments
Labels: good first issue, PR welcome
#73 - What's different about PromisePool & Bluebird.map
Issue -
State: closed - Opened by bayungrh about 2 years ago
- 1 comment
#72 - Accept iterables and async iterables
Pull Request -
State: closed - Opened by m93a about 2 years ago
- 7 comments
Labels: enhancement
#71 - Feature request: Accept iterables and async iterables
Issue -
State: closed - Opened by m93a over 2 years ago
- 6 comments
Labels: enhancement, PR welcome
#70 - Performance vs Batching Promise.all
Issue -
State: closed - Opened by Jack-Byrne over 2 years ago
- 4 comments
Labels: enhancement
#69 - Use corresponding results
Pull Request -
State: closed - Opened by marcuspoehls over 2 years ago
- 6 comments
Labels: enhancement
#68 - Fix pool.stop() only stops after processing 1 additional item
Pull Request -
State: closed - Opened by JJPell over 2 years ago
- 8 comments
#67 - Fix processing started callback example
Pull Request -
State: closed - Opened by SoftwareAndOutsourcing almost 3 years ago
- 1 comment
#66 - Fix processing started callback example
Pull Request -
State: closed - Opened by SoftwareAndOutsourcing almost 3 years ago
- 1 comment
#65 - Feature request: Add additional items onto already-running PromisePool instance?
Issue -
State: closed - Opened by willcodeforfood almost 3 years ago
- 3 comments
#64 - How to pass errors
Issue -
State: closed - Opened by charlesmudy almost 3 years ago
#63 - pool.stop() only stops after processing 1 additional item
Issue -
State: closed - Opened by mafiosnik777 almost 3 years ago
- 10 comments
#62 - .withConcurrency(1) still processes multiple items in the array at once
Issue -
State: closed - Opened by mafiosnik777 almost 3 years ago
- 4 comments
Labels: needs more info
#61 - How to retry a fixed number of times a failed promise?
Issue -
State: closed - Opened by HereFrank almost 3 years ago
- 2 comments
Labels: enhancement, PR welcome, Hacktoberfest
#60 - skip a task from including in result
Issue -
State: closed - Opened by Thore1954 almost 3 years ago
- 2 comments
#59 - Refined types for corresponding results
Pull Request -
State: closed - Opened by tylercollier almost 3 years ago
- 6 comments
#58 - Use corresponding results 2
Pull Request -
State: closed - Opened by tylercollier almost 3 years ago
- 7 comments
#57 - Use corresponding results
Pull Request -
State: closed - Opened by tylercollier almost 3 years ago
- 8 comments
#56 - the results array corresponds to the input array in size and order
Pull Request -
State: closed - Opened by tylercollier almost 3 years ago
- 6 comments
#55 - PromisePoolError: Operation timeout
Issue -
State: closed - Opened by alacret almost 3 years ago
- 4 comments
#54 - Adds per-promise timeout parameter to pool
Pull Request -
State: closed - Opened by pandrews-hdai almost 3 years ago
Labels: enhancement
#53 - Question about the pool
Issue -
State: closed - Opened by alacret almost 3 years ago
- 1 comment
#52 - question: is this similar to async queue?
Issue -
State: closed - Opened by bboydflo almost 3 years ago
- 1 comment
#51 - Pool not terminating correcly
Issue -
State: closed - Opened by murar8 almost 3 years ago
- 9 comments
#50 - Update README.md
Pull Request -
State: closed - Opened by tomfuertes about 3 years ago
#49 - `onTaskStarted` and `onTaskFinished` out of date in README
Issue -
State: closed - Opened by tomfuertes about 3 years ago
- 1 comment
#48 - Is it possible to timeout processing of an individual item?
Issue -
State: closed - Opened by pandrews-hdai about 3 years ago
- 12 comments
#47 - Reuse pool on dependent promises.
Issue -
State: closed - Opened by sethtomy about 3 years ago
- 9 comments
#46 - Dynamically change the concurrency
Issue -
State: closed - Opened by sinasalek about 3 years ago
- 6 comments
#45 - Add onTaskStarted and onTaskFinished callbacks
Pull Request -
State: closed - Opened by marcuspoehls about 3 years ago
Labels: enhancement
#44 - feat: Progress for Started and Finished Tasks
Pull Request -
State: closed - Opened by WillianAgostini over 3 years ago
Labels: enhancement
#43 - Progress for Started and Finished Tasks
Issue -
State: closed - Opened by WillianAgostini over 3 years ago
- 6 comments
Labels: enhancement
#42 - Retrieve task index?
Issue -
State: open - Opened by FezVrasta over 3 years ago
- 13 comments
#41 - Store original error under raw property
Pull Request -
State: closed - Opened by CoffeeFlux over 3 years ago
- 1 comment
#40 - Preserving the original errors
Issue -
State: closed - Opened by CoffeeFlux over 3 years ago
- 6 comments
Labels: enhancement, PR welcome
#39 - fix build failure for TS consumers
Pull Request -
State: closed - Opened by amitlevy21 over 3 years ago
- 2 comments
#38 - This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export
Issue -
State: closed - Opened by amitlevy21 over 3 years ago
- 4 comments
Labels: bug, PR welcome
#37 - Stop the pool
Pull Request -
State: closed - Opened by marcuspoehls over 3 years ago
Labels: enhancement
#36 - add: iterator support and yarn.lock to .gitignore
Pull Request -
State: closed - Opened by WildEgo almost 4 years ago
- 5 comments
#35 - Obtain current iteration on pool
Issue -
State: closed - Opened by WildEgo almost 4 years ago
- 3 comments
#34 - Added onProgress function and made some code refactors
Pull Request -
State: closed - Opened by Azrideus about 4 years ago
- 5 comments
#33 - need onProgress(completedTasks)
Issue -
State: closed - Opened by Azrideus about 4 years ago
- 2 comments
Labels: enhancement, PR welcome
#32 - promise pool is not working for all elements
Issue -
State: closed - Opened by numfin about 4 years ago
- 3 comments
#31 - Add example of async generator
Issue -
State: closed - Opened by glensc about 4 years ago
- 3 comments
#30 - Browser use causes Critical Dependency Webpack error
Issue -
State: closed - Opened by rijkvanzanten over 4 years ago
- 7 comments
#29 - 10 concurrency limit not working, TypeError
Issue -
State: closed - Opened by tobiasmuehl over 4 years ago
- 2 comments
Labels: bug, enhancement
#28 - Handling errors
Issue -
State: closed - Opened by areindl over 4 years ago
- 4 comments
#27 - When using TypeScript, the types related to the .process() function are not correct
Issue -
State: closed - Opened by kevintechie over 4 years ago
- 2 comments
#26 - Results does not preserve the order of tasks
Issue -
State: closed - Opened by bruceCzK over 4 years ago
- 13 comments
Labels: enhancement, PR welcome
#25 - Manually Stop the pool
Issue -
State: closed - Opened by marcuspoehls over 4 years ago
Labels: enhancement
#24 - Canceling a pool
Issue -
State: closed - Opened by Christilut over 4 years ago
- 5 comments
Labels: enhancement
#23 - PromisePool doesn't limit parallel requests after an error occurrence
Issue -
State: closed - Opened by richard-lopes-ifood over 4 years ago
- 3 comments
#22 - feat: add `onError` operator - #3
Pull Request -
State: closed - Opened by SimonJang almost 5 years ago
- 9 comments
#21 - where is user going after return?
Issue -
State: closed - Opened by jitendersaini almost 5 years ago
- 2 comments
#20 - Unintuitive result with 1.4.0 types
Issue -
State: closed - Opened by calvinwyoung almost 5 years ago
- 5 comments
#19 - fix: safely get error message when catch error
Pull Request -
State: closed - Opened by wzhkobe2408 almost 5 years ago
- 1 comment
#18 - If the async task throw undefined, the error collection will fail
Issue -
State: closed - Opened by wzhkobe2408 almost 5 years ago
- 4 comments
#17 - Bump eslint-plugin-node from 11.0.0 to 11.1.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
- 1 comment
Labels: dependencies
#16 - Bump @hapi/lab from 21.0.0 to 22.0.4
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
- 1 comment
Labels: dependencies
#15 - Merge pull request #15 from supercharge/dependabot/npm_and_yarn/eslint-plugin-import-2.20.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
Labels: dependencies
#14 - Bump @hapi/code from 7.0.0 to 8.0.1
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
- 1 comment
Labels: dependencies
#13 - Bump @hapi/lab from 21.0.0 to 22.0.3
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
- 1 comment
Labels: dependencies
#12 - Bump @hapi/lab from 21.0.0 to 22.0.2
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
- 1 comment
Labels: dependencies
#11 - Bump eslint-plugin-node from 10.0.0 to 11.0.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
Labels: dependencies
#10 - Bump eslint from 6.7.2 to 6.8.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
Labels: dependencies
#9 - Bump eslint-plugin-import from 2.18.2 to 2.19.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
Labels: dependencies
#8 - Bump eslint from 6.6.0 to 6.7.1
Pull Request -
State: closed - Opened by dependabot-preview[bot] over 5 years ago
Labels: dependencies
#7 - Bump eslint from 6.5.1 to 6.6.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] almost 6 years ago
Labels: dependencies
#6 - add static methods: .for and .withConcurrency
Pull Request -
State: closed - Opened by marcuspoehls almost 6 years ago
#5 - Bump @hapi/code from 6.0.0 to 7.0.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] almost 6 years ago
Labels: dependencies
#4 - Bump @hapi/lab from 20.4.0 to 21.0.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] almost 6 years ago
Labels: dependencies
#3 - Allow the pool to "failLoud" on error
Issue -
State: closed - Opened by marcuspoehls almost 6 years ago
- 31 comments
Labels: enhancement, Hacktoberfest
#2 - Bump @hapi/lab from 20.3.2 to 20.4.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] almost 6 years ago
- 1 comment
#1 - Bump eslint from 6.4.0 to 6.5.0
Pull Request -
State: closed - Opened by dependabot-preview[bot] almost 6 years ago
- 1 comment