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
Hello,
I use pm2 to run a python app (with the interpreter arg) and when i use "stop all" or "delete all" command. The processes are not stopped. (ps aux).
is it normal ?
thanks you!
The text was updated successfully, but these errors were encountered:
Why was this issue closed? I just ran into it using pm2 0.14.6, OSX Yosemite 10.10.4, Python 2.7.8.
Part of my apps declaration file:
"exec_interpreter": "vendor/python/bin/python", "script": "src/my_app/app.py",
Sorry, something went wrong.
No branches or pull requests
Hello,
I use pm2 to run a python app (with the interpreter arg) and when i use "stop all" or "delete all" command. The processes are not stopped. (ps aux).
is it normal ?
thanks you!
The text was updated successfully, but these errors were encountered: