We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to restart process at index 0, forever restarts all processes.
Below a failing test with 2 processes running :
$ forever list info: Forever processes running data: uid command script forever pid id logfile uptime data: [0] MNb- /usr/local/bin/node app.js 32571 32660 /Users/alex/.forever/MNb-.log 0:0:0:50.366 data: [1] FWn6 /usr/local/bin/node app.js 32627 32659 /Users/alex/.forever/FWn6.log 0:0:0:50.366 $ forever restart 0 info: Forever restarted process(es): data: uid command script forever pid id logfile uptime data: [0] MNb- /usr/local/bin/node app.js 32571 32660 /Users/alex/.forever/MNb-.log 0:0:0:55.172 data: [1] FWn6 /usr/local/bin/node app.js 32627 32659 /Users/alex/.forever/FWn6.log 0:0:0:55.172 $ forever list info: Forever processes running data: uid command script forever pid id logfile uptime data: [0] MNb- /usr/local/bin/node app.js 32571 32723 /Users/alex/.forever/MNb-.log 0:0:0:3.267 data: [1] FWn6 /usr/local/bin/node app.js 32627 32724 /Users/alex/.forever/FWn6.log 0:0:0:3.266 $ forever --version v0.14.1
Thanks
The text was updated successfully, but these errors were encountered:
Probably same bug than #699.
Sorry, something went wrong.
No branches or pull requests
Trying to restart process at index 0, forever restarts all processes.
Below a failing test with 2 processes running :
Thanks
The text was updated successfully, but these errors were encountered: