Package: node-jest-worker

Version: 29.3.1~ds1+~cs70.48.25-2 all

Source: node-jest

Depends: node-chalk, node-ci-info, node-graceful-fs, node-merge-stream, node-picomatch, node-supports-color, node-types-node

Description:

Nodejs module for executing heavy tasks under forked processes in parallel jest-worker provides a `Promise` based interface, minimum overhead and bound workers. . The module works by providing an absolute path of the module to be loaded in all forked processes. Files relative to a node module are also accepted. All methods are exposed on the parent process as promises, so they can be `await`'ed. Child (worker) methods can either be synchronous or asynchronous. . The module also implements support for bound workers. Binding a worker means that, based on certain parameters, the same task will always be executed by the same worker. The way bound workers work is by using the returned string of the `computeWorkerKey` method. If the string was used before for a task, the call will be queued to the related worker that processed the task earlier; if not, it will be executed by the first available worker, then sticked to the worker that executed it; so the next time it will be processed by the same worker. If you have no preference on the worker executing the task, but you have defined a `computeWorkerKey` method because you want _some_ of the tasks to be sticked, you can return `null` from it.

Download



Recent Updates

Latest updated packages. View more here.

Arch Name Version Date
amd64 hyperv-daemons 6.12.22-1~bpo12+1 2025-05-13 17:33:53
all linux-libc-dev 6.12.22-1~bpo12+1 2025-05-13 17:29:38
amd64 linux-image-6.12.22+bpo-amd64-unsigned 6.12.22-1~bpo12+1 2025-05-13 06:10:07
amd64 openbosniana-kernel-bootfiles-6.12.22+bpo-amd64-unsigned 6.12.22-1~bpo12+1 2025-05-13 06:08:16
all openbosniana-kernel-bootfiles-unsigned 2025.05.14 2025-05-13 05:39:25
all openbosniana-kernel-bootfiles-signed 2025.05.14 2025-05-13 05:35:16
amd64 openbosniana-kernel-bootfiles-6.12.22+bpo-amd64 6.12.22-1~bpo12+1 2025-05-13 05:32:38
amd64 linux-kbuild-6.12.22+bpo 6.12.22-1~bpo12+1 2025-05-13 05:32:37
amd64 linux-image-6.12.22+bpo-amd64 6.12.22-1~bpo12+1 2025-05-13 05:32:37
all linux-headers-6.12.22+bpo-common 6.12.22-1~bpo12+1 2025-05-13 05:32:33
amd64 linux-headers-6.12.22+bpo-amd64 6.12.22-1~bpo12+1 2025-05-13 05:32:32
amd64 openbosniana-kernel-bootfiles-6.12.12+bpo-amd64 6.12.12-1~bpo12+1 2025-05-13 02:40:46

VIEW MORE