-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
cosmovisor don't pass SIGTERM to subprocess #7740
Comments
Hold on - why do you want to terminate |
When I run cosmovisor in process manager(supervisor), when I stop cosmovisor process, the chain process is left running at background. |
Yes, it is @yihuang. Makes sense to me |
fix #7740 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Summary of Bug
When kill cosmovisor with SIGTERM, the chain process don't get killed.
Version
master
Steps to Reproduce
kill -TERM $pid-of-cosmovisor
ps aux|grep $chaind
still existsFor Admin Use
The text was updated successfully, but these errors were encountered: