Skip to content
New issue

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

Restart process at index 0 #707

Open
alexandre-lefranc-ezeeworld opened this issue May 12, 2015 · 1 comment
Open

Restart process at index 0 #707

alexandre-lefranc-ezeeworld opened this issue May 12, 2015 · 1 comment

Comments

@alexandre-lefranc-ezeeworld

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

@frivoire
Copy link

Probably same bug than #699.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants