Issues
- 1
Can you add an example to README as to how to broadcast a message to all worker threads using `BroadcastChannel` (Node v18+)?
#615 opened by titanism - 1
chore: Migrate tests from Tap to `node:test`
#612 opened by metcoder95 - 4
- 7
use `Atomic.waitAsync` instead of `Atomics.wait`
#346 opened by ronag - 3
Using Pino Transports <> Piscina results in extra worker_threads for log transports
#601 opened by schwers - 2
- 7
docs: New documentation site
#557 opened by metcoder95 - 3
- 3
Core bug with `piscina.close()` method, which calls `terminate` and `await Promise.all(exitEvents)`
#616 opened by titanism - 8
- 5
More customisable scheduling
#347 opened by ronag - 5
Support for `AsyncIterators`
#378 opened by metcoder95 - 12
Increase memory consumption
#442 opened by sollidy - 9
- 3
Update supported Nodejs version in docs
#562 opened by JaoodxD - 0
package.json is parsed at static path
#597 opened by michaelangeloio - 1
Expose `Task` and `TaskQueue` interfaces
#561 opened by JaoodxD - 2
Errors.CloseTimeout (Close operation timed out)
#575 opened by itler90 - 3
- 3
- 0
- 9
Thoughts on m:n worker mapping?
#474 opened by jdmarshall - 3
resourceLimits Working
#492 opened by SiDDhartharG - 3
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '...\app.asar\out\main\worker.js' imported from ...\app.asar\node_modules\piscina\dist\src\worker.js
#519 opened by archvlad - 3
RangeError in Piscina -> RecordableHistogram
#532 opened by 0xgeert - 5
- 3
Make Max Threads default to `os.availableParallelism()` https://nodejs.org/api/os.html#osavailableparallelism
#497 opened by metcoder95 - 6
- 0
Express js
#527 opened by Malkhedkar-web - 3
Errors thrown from Node vm.Script cause pool.run() to resolve to null instead of rejecting
#513 opened by karmeleon - 4
- 3
How can I pass service between service and workers?
#412 opened by walldba - 3
The value of "val" is out of range
#491 opened by javigualde - 1
How to distribute message data to each worker?
#461 opened by imjuni - 1
TypeScript + ESM modules + piscina v3.2.0
#446 opened by pavelkornev - 2
Piscina and @types/node > 20.8.0
#426 opened by ilteoood - 2
Threads are re-created when calling `destroy`
#427 opened by alan-agius4 - 13
- 3
Block the others thread when set minThreads = 1
#392 opened by kienlv58 - 1
- 0
Extend support for Node v16, v18 and v20
#352 opened by metcoder95 - 2
How to check if queue has room before enqueuing
#348 opened by ronag - 1
destroy() method hold the thread
#345 opened by allenlongbaobao - 7
Piscina for single use workers
#343 opened by theinterned - 3
- 1
throw error with histogram
#327 opened by wszgrcy - 1
- 7
The asynchronous code send by `Runtime.evaluate` can not be executed in worker threads
#331 opened by theanarkh - 0
20% slowdown versus workerFarm
#330 opened by jdmarshall - 3
child thread may never end
#321 opened by BTYHunter