Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / josdejong/workerpool issues and pull requests
#476 - task.cancel() race condition?
Issue -
State: open - Opened by pcace 15 days ago
- 1 comment
Labels: question
#475 - Error when using async: TypeError [ERR_INVALID_ARG_TYPE]: The "callback" argument must be of type function. Received type number (5000)
Issue -
State: closed - Opened by SupertigerDev 28 days ago
- 2 comments
Labels: question
#474 - Docs: Add Worker API Documentation
Pull Request -
State: closed - Opened by joshLong145 about 1 month ago
- 1 comment
#473 - chore(deps): bump rollup from 4.21.3 to 4.24.0 in /examples/vite
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
Labels: dependencies
#472 - chore(deps): bump cookie and express in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
Labels: dependencies
#471 - Using proxy increases memory usage, eventually causing crash
Issue -
State: closed - Opened by ehsanghorbani190 about 2 months ago
- 4 comments
Labels: question
#470 - Fix: promises returned by the `Promise.finally` callback not being handled
Pull Request -
State: closed - Opened by josdejong about 2 months ago
#469 - Uncaught TypeError: Cannot read properties of null (reading 'id')
Issue -
State: closed - Opened by mmcardle 2 months ago
- 2 comments
#468 - chore(deps-dev): bump rollup from 4.18.0 to 4.22.4
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
- 1 comment
Labels: dependencies
#467 - chore(deps): bump body-parser and express in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
Labels: dependencies
#466 - chore(deps-dev): bump vite from 5.0.13 to 5.4.6 in /examples/vite
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
Labels: dependencies
#465 - chore(deps): bump send and express in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
- 1 comment
Labels: dependencies
#464 - chore(deps): bump serve-static and express in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
- 1 comment
Labels: dependencies
#463 - chore(deps-dev): bump webpack from 5.93.0 to 5.94.0 in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#462 - chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 in /examples/embeddedWorker
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#461 - Update vite example and enable app
Pull Request -
State: closed - Opened by datashaman 3 months ago
- 1 comment
#460 - Vite example doesn't install
Issue -
State: closed - Opened by datashaman 3 months ago
- 1 comment
#459 - demo run throw Error: Cannot find module '...\out\main\worker.js' after vite build
Issue -
State: closed - Opened by whaleluo 4 months ago
- 2 comments
#458 - fix: don't throw error if exit code is 0
Pull Request -
State: closed - Opened by omerlh 4 months ago
#457 - Next.js
Issue -
State: closed - Opened by moichim 4 months ago
- 3 comments
Labels: help wanted, question
#456 - chore: update webpack5 example to illustrate worker feedback.
Pull Request -
State: closed - Opened by w1nklr 5 months ago
- 11 comments
#455 - fix: transfer from worker fixed
Pull Request -
State: closed - Opened by LeonidPolukhin 5 months ago
- 8 comments
#454 - Transfer from a worker to the main thread doesn't work in browser.
Issue -
State: open - Opened by LeonidPolukhin 5 months ago
#453 - docs: clarify webpack5 setup with workerpool (#447)
Pull Request -
State: closed - Opened by im7mortal 5 months ago
- 1 comment
#452 - chore(deps-dev): bump ws from 8.14.2 to 8.17.1 in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies
#451 - chore(deps-dev): bump braces from 3.0.2 to 3.0.3
Pull Request -
State: closed - Opened by dependabot[bot] 6 months ago
- 1 comment
Labels: dependencies
#450 - release idle worker
Issue -
State: closed - Opened by lishchgithub 6 months ago
- 6 comments
Labels: question
#449 - DomException when passing parameters to worker (Vue3, webpack5)
Issue -
State: closed - Opened by Corey-J 6 months ago
- 4 comments
#448 - Feat/abort listener
Pull Request -
State: closed - Opened by joshLong145 6 months ago
- 36 comments
#447 - Is it possible to use workerpool with Webpack 5 for browsers?
Issue -
State: closed - Opened by im7mortal 6 months ago
- 4 comments
Labels: question
#446 - What's the oldest version of Safari that this package supports?
Issue -
State: open - Opened by blordpluto 6 months ago
- 3 comments
Labels: question
#445 - Imported class is stated to be not defined
Issue -
State: closed - Opened by adokhugi 7 months ago
- 2 comments
Labels: invalid
#444 - Question re: data serialisation
Issue -
State: closed - Opened by TimUnderhay 7 months ago
- 1 comment
Labels: question
#443 - Note on usage with Promise.all()
Issue -
State: open - Opened by TimUnderhay 7 months ago
- 1 comment
#442 - add execDirect
Pull Request -
State: closed - Opened by frankie-zeng 8 months ago
- 4 comments
#441 - Feat: Add abort signal support for worker execution
Pull Request -
State: closed - Opened by joshLong145 8 months ago
- 17 comments
#440 - chore(deps-dev): bump vite from 5.0.12 to 5.0.13 in /examples/vite
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies
#439 - fix: pool.exec(<function>) fails to emit message event to the pool.
Pull Request -
State: closed - Opened by t0oF-azpn 8 months ago
- 6 comments
#438 - Webworker implementation does not handle on message callbacks.
Issue -
State: closed - Opened by t0oF-azpn 8 months ago
- 3 comments
Labels: bug
#437 - send event from worker to main outside of a function
Issue -
State: open - Opened by frankie-zeng 8 months ago
- 8 comments
Labels: enhancement, help wanted
#436 - chore(deps-dev): bump express from 4.18.2 to 4.19.2 in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies
#436 - chore(deps-dev): bump express from 4.18.2 to 4.19.2 in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies
#435 - Error when testing in react component
Issue -
State: closed - Opened by theahmadjawad 8 months ago
- 2 comments
#434 - chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 8 months ago
Labels: dependencies
#433 - chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 9 months ago
Labels: dependencies
#432 - Syntax error on build following the webpack5 example
Issue -
State: closed - Opened by Stigjb 9 months ago
- 2 comments
#431 - Worker thread crashed silently or killed by OS while pool.stats considers it as active task
Issue -
State: closed - Opened by itsdheerajbudhiraja 9 months ago
- 1 comment
Labels: question
#430 - What should I do to solve the error I introduced into the vue project? Do I need to configure something in webpack
Issue -
State: closed - Opened by wangyiyou 9 months ago
- 4 comments
#429 - `worker.exit` should set `process.exitCode` instead of calling `process.exit` to allow cleanup
Issue -
State: open - Opened by cha0s 10 months ago
- 4 comments
Labels: enhancement, help wanted
#428 - add prebuilt web worker
Pull Request -
State: open - Opened by charlesxsh 10 months ago
- 4 comments
#427 - Guidance on Restarting a Specific Service in Workerpool to Handle Memory Leaks in Playwright
Issue -
State: closed - Opened by wojtekKrol 10 months ago
- 3 comments
Labels: question
#426 - chore(deps-dev): bump vite from 5.0.5 to 5.0.12 in /examples/vite
Pull Request -
State: closed - Opened by dependabot[bot] 10 months ago
Labels: dependencies
#425 - feat: allow for capture of stdout/stderr from worker
Pull Request -
State: closed - Opened by cpendery 11 months ago
- 4 comments
#424 - chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4 in /examples/webpack5
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies
#423 - capture stdio during execution of a task
Issue -
State: closed - Opened by cpendery 11 months ago
- 2 comments
Labels: enhancement
#422 - [fork-join] Can / How assign task to workers
Issue -
State: closed - Opened by riskers 11 months ago
- 7 comments
Labels: question
#421 - Improve the logic of isNode().
Pull Request -
State: open - Opened by tamuratak 11 months ago
- 2 comments
#420 - Add type tests
Pull Request -
State: closed - Opened by tamuratak 11 months ago
- 1 comment
#419 - Unwrap promise types
Pull Request -
State: closed - Opened by joshkel 11 months ago
- 2 comments
#418 - terminate(true) didn't kill the pool process
Issue -
State: closed - Opened by mostafa-hisham 12 months ago
- 3 comments
#417 - Fix types
Pull Request -
State: closed - Opened by tamuratak 12 months ago
- 2 comments
#416 - Export more types
Pull Request -
State: closed - Opened by joshkel 12 months ago
- 3 comments
#415 - Generate types from JSDoc comments with TypeScript compiler.
Pull Request -
State: closed - Opened by tamuratak 12 months ago
- 2 comments
#414 - Fix examples/embeddedWorker
Pull Request -
State: closed - Opened by tamuratak 12 months ago
- 1 comment
#413 - Add an example for an inline worker with esbuild
Pull Request -
State: closed - Opened by tamuratak 12 months ago
- 2 comments
#412 - chore(deps-dev): bump vite from 4.5.0 to 4.5.1 in /examples/vite
Pull Request -
State: closed - Opened by dependabot[bot] 12 months ago
- 1 comment
Labels: dependencies
#411 - Make sure stats are always consistent when handling a task result
Issue -
State: open - Opened by rbartoli 12 months ago
- 5 comments
Labels: enhancement, help wanted
#410 - Workerpool Error when using webpack
Issue -
State: closed - Opened by mai1x9 about 1 year ago
- 3 comments
Labels: invalid
#409 - Fix a typo in README.md
Pull Request -
State: closed - Opened by senicko about 1 year ago
- 1 comment
#408 - Example vite and webpack5
Pull Request -
State: closed - Opened by KonghaYao about 1 year ago
- 3 comments
#407 - [help wanted] Additional functions in worker context
Issue -
State: closed - Opened by ahoyahoy about 1 year ago
- 2 comments
Labels: question
#406 - [benchmark] benchmark for various thread pools, but I am not sure if it is rigorous enough
Issue -
State: closed - Opened by KonghaYao about 1 year ago
- 1 comment
#405 - chore(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 1 comment
Labels: dependencies
#404 - MongooDB instance is not connecting in dedicated worker
Issue -
State: closed - Opened by striveminzkishan about 1 year ago
- 10 comments
#403 - Refactor/rollup
Pull Request -
State: closed - Opened by KonghaYao about 1 year ago
- 4 comments
#402 - : Cannot find name 'Transferable'. Did you mean 'Transfer'?
Issue -
State: closed - Opened by sarowarhosen03 about 1 year ago
- 2 comments
#401 - Not executing function that depends on variable/function out of scope.
Issue -
State: closed - Opened by J9B10 about 1 year ago
- 1 comment
Labels: question
#400 - Support for passing options to web worker constructor
Pull Request -
State: closed - Opened by DonatJR about 1 year ago
- 3 comments
#399 - Question: complex objects to worker
Issue -
State: closed - Opened by vanodevium about 1 year ago
- 3 comments
Labels: question
#398 - How to post message from main thread to worker thread ?
Issue -
State: closed - Opened by damartripamungkas about 1 year ago
- 1 comment
Labels: duplicate
#397 - how to use workerEmit inside setInterval
Issue -
State: closed - Opened by damartripamungkas about 1 year ago
- 2 comments
Labels: question
#396 - How can a worker listen to master's specific event?
Issue -
State: closed - Opened by pilaoda over 1 year ago
- 1 comment
Labels: duplicate
#395 - fix: properly timeout on worker termination
Pull Request -
State: closed - Opened by Michsior14 over 1 year ago
- 3 comments
#394 - fix: worker termination before it's ready
Pull Request -
State: closed - Opened by Michsior14 over 1 year ago
- 4 comments
#393 - how to use FileReaderSync in workerpool
Issue -
State: closed - Opened by Ljy66 over 1 year ago
- 2 comments
Labels: question
#392 - How to use TypeORM or Prisma inside worker ?
Issue -
State: closed - Opened by ghostlexly over 1 year ago
- 7 comments
Labels: question
#392 - How to use TypeORM or Prisma inside worker ?
Issue -
State: closed - Opened by ghostlexly over 1 year ago
- 7 comments
Labels: question
#391 - (question) How to override the .exec function ?
Issue -
State: closed - Opened by ghostlexly over 1 year ago
- 2 comments
Labels: question
#391 - (question) How to override the .exec function ?
Issue -
State: closed - Opened by ghostlexly over 1 year ago
- 2 comments
Labels: question
#390 - TypeError: process.send is not a function
Issue -
State: closed - Opened by thomasstjerne over 1 year ago
- 4 comments
Labels: question
#389 - child_process.spawn() or child_process.exec()
Issue -
State: closed - Opened by Zirafnik over 1 year ago
- 1 comment
Labels: duplicate
#388 - Promise: add .finally()
Pull Request -
State: closed - Opened by wmertens over 1 year ago
- 8 comments
#387 - Possible bugs in the code.
Issue -
State: closed - Opened by iSuslov over 1 year ago
- 3 comments
Labels: bug
#386 - Cannot use import statement outside a module (in Vite)
Issue -
State: closed - Opened by BATTLEHAWK00 over 1 year ago
- 16 comments
Labels: question
#385 - Use c8 for test coverage
Pull Request -
State: closed - Opened by brunoSnoww over 1 year ago
- 3 comments
#384 - Bump webpack from 5.75.0 to 5.76.0 in /examples/embeddedWorker
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#383 - Bump webpack from 5.75.0 to 5.76.0
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#382 - Send message to persistent worker's stdin
Issue -
State: closed - Opened by MarkWasfy00 over 1 year ago
- 7 comments
Labels: question
#381 - Update type definitions with the new 'Transfer' options
Issue -
State: closed - Opened by Fzlw over 1 year ago
- 3 comments
Labels: bug, help wanted
#380 - Error: TimeoutError: Promise timed out after 600000 milliseconds
Issue -
State: closed - Opened by MarianoFacundoArch almost 2 years ago
- 4 comments
Labels: invalid