Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

poolifier

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poolifier - npm Package Versions

1
20

2.3.3

Diff

Changelog

Source

[2.3.3] - 2022-10-15

Added

  • Add support for cluster settings in cluster pool options.
pioardi
published 2.3.2 •

Changelog

Source

[2.3.2] - 2022-10-14

Changed

  • Optimize fair share worker selection strategy implementation.

Fixed

  • Fix WRR worker selection strategy: ensure the condition triggering the round robin can be fulfilled.
pioardi
published 2.3.1 •

Changelog

Source

[2.3.1] - 2022-10-13

Added

  • Pool worker choice strategies:
    • WorkerChoiceStrategies.WEIGHTED_ROUND_ROBIN strategy based on weighted round robin scheduling algorithm using tasks execution time for now.
    • WorkerChoiceStrategies.FAIR_SHARE strategy based on fair share scheduling algorithm using tasks execution time for now.
pioardi
published 2.3.0 •

pioardi
published 2.2.2 •

Changelog

Source

[2.2.2] - 2022-10-09

Fixed

  • Fixed README.md file.
pioardi
published 2.2.1 •

Changelog

Source

[2.2.1] - 2022-10-08

Added

  • Dynamic worker choice strategy change at runtime.
pioardi
published 2.2.0 •

Changelog

Source

[2.2.0] - 2022-01-05

Breaking Changes

  • Support only Node.js version 16.x.x for cluster pool: upstream cluster API have changed on that version.
pioardi
published 2.1.0 •

Changelog

Source

[2.1.0] - 2021-08-29

Added

  • Add an optional pool option messageHandler to PoolOptions<Worker> for registering a message handler callback on each worker.

Breaking Changes

  • AbstractWorker class maxInactiveTime, killBehavior and async attributes have been removed in favour of the same ones in the worker options opts public attribute.
  • AbstractWorker class lastTask attribute have been renamed to lastTaskTimestamp.
  • AbstractWorker class interval attribute have been renamed to aliveInterval.
  • AbstractWorker class cannot be instantiated without specifying the mainWorker argument referencing the main worker.
pioardi
published 2.0.2 •

Changelog

Source

[2.0.2] - 2021-05-12

Bug fixes

  • Fix busy event emission on fixed pool type
pioardi
published 2.0.1 •

Changelog

Source

[2.0.1] - 2021-03-16

Bug fixes

  • Check if pool options are properly set.
  • busy event is emitted on all pool types.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc