node-worker-nodes icon indicating copy to clipboard operation
node-worker-nodes copied to clipboard

A node.js library to run cpu-intensive tasks in a separate processes and not block the event loop.

Results 21 node-worker-nodes issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hi, i happen to call browserify in a worker node: upon failure it returns an error with a lot of additional structures. It took me a while to realize I...

Hi, In windows os all promise remain in "pending" [code](https://github.com/antoniomuso/web-monitoring/blob/master/bin/lib/worker_launcher_test.js), while in linux it works.

bug
hacktoberfest

``` workerNodes.call : Proxy This exposes the api of a module that the worker nodes are working on. If the module is a function, you can call this directly. If...

hacktoberfest

The `minWorkers` option is only respected when initially reporting pool readiness, but should also be treated as a number of workers that the pool needs to keep running all the...

FFMPEg runs in a worker, and in the main a node webserver who use sockets is waiting for instructions. But the web server can't respond during ffmpeg is running :...

Hi, Its been few days that I am struggling to use this package on typescript. Here is an online test implementation: https://repl.it/@JasimKhan/worker-nodes-test Locally, I am trying to debug it using...

I didn't understand that `workerStopTimeout` force kill the process when the time is reached after we call `Worker.stop()`. I was expecting same behavior than `taskTimeout` and I was confused between...

i want use es6 import,class, in worker_module. how i can do it ? thx