包详细信息

cluster-reload

node-modules97.9kMIT2.0.0

cluster workers reload

cluster-reload

自述文件

cluster-reload

NPM version npm download Node.js CI Test coverage Node.js Version

Easy and safe reload your workers.

Installation

npm install cluster-reload

License

MIT

Contributors

Contributors

Made with contributors-img.

更新日志

Changelog

2.0.0 (2024-12-15)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of https://github.com/eggjs/egg/issues/3644

https://github.com/eggjs/egg/issues/5257

Features

  • support cjs and esm both by tshy (#8) (a2981f8)

1.1.0 / 2022-11-17

fixes

others

1.0.2 / 2015-12-23

  • fix: Windows not support SIGQUIT, use SIGTERM instead

1.0.1 / 2015-06-30

  • fix: make sure child worker kill itself

1.0.0 / 2015-06-03

  • first commit