This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@rodewitsch/pm2-reload

1.1.0 • Public • Published

pm2-reload

Sometimes, in some versions of pm2, the reload command is incorrect or does not work at all. This module allows you to restart processes one by one, waiting for a certain time interval between restarts to stabilize applications.

Installing pm2-reload

With NPM:

$ npm i -g @rodewitsch/pm2-reload

With Yarn:

$ yarn global add @rodewitsch/pm2-reload

With NPM from Github:

$ npm i -g git+https://github.com/rodewitsch/pm2-reload.git

Usage example

pm2-reload --name clusteredAppName --delay 30000
pm2-reload --all --delay 30000

Readme

Keywords

Package Sidebar

Install

npm i @rodewitsch/pm2-reload

Weekly Downloads

2

Version

1.1.0

License

ISC

Unpacked Size

4.78 kB

Total Files

4

Last publish

Collaborators

  • rodewitsch