close
The Wayback Machine - https://web.archive.org/web/20190518111450/https://github.com/Unitech/pm2/pull/3646
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

disable autorestart on clean exit #3646

Open
wants to merge 1 commit into
base: development
from

Conversation

Projects
None yet
1 participant
@ojhaujjwal
Copy link

commented May 5, 2018

Please always submit pull requests on the development branch.

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? no
Fixed tickets #3595
License MIT
Doc PR In progress

This is an attempt to fix #3595.
If the option no_autorestart_on_clean_exit is set to true and the process exited with exit code '0', don't restart the app.

But, I can't get this to work everytime. The value of proc.pm2_env.no_autorestart_on_clean_exit is sometimes true and sometimes false. Can someone guide me on this?

@Unitech Unitech force-pushed the Unitech:development branch from 79699fb to 020ca74 Sep 7, 2018

@Unitech Unitech force-pushed the Unitech:development branch from 4dc68d4 to b4708e7 Sep 21, 2018

@Unitech Unitech force-pushed the Unitech:development branch 2 times, most recently from 7641d49 to 495c77f Dec 18, 2018

@ojhaujjwal

This comment has been minimized.

Copy link
Author

commented Feb 28, 2019

Does anyone want to review this?
At-least have the courtesy to tell me that you don't have time to review or your don't like it or you don't like my approach.
There's no comment on the original issue posted by me(#3595) as well as this PR.

@Unitech Unitech force-pushed the Unitech:development branch 3 times, most recently from ca13ded to 741144e Mar 7, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.