-
Notifications
You must be signed in to change notification settings - Fork 40
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
fix: stable beluga as a petals service process not stopping #542
Conversation
@swarnimarun @Janaka-Steph review please 🙏🏻 |
p2pd process is still not killed. Service running
Ask to stop
Service stopped
|
Killing by name works, even though I get error message
The |
@Janaka-Steph this PR doesn't take care of #511 currently due to this issue |
But this process gets started internally and setup-petals.sh doesn't have access to this process right after creation, are you suggesting maybe we can rename this process to be something right after setup-petals.sh script starts the petals server so that it could be found easily? |
But which issue are we trying to solve here then? |
closing this PR, since after using the latest commit from main branch, and having a clean local state the stopping issue isn't happening anymore. Thanks for the help 🙏🏻 |
use SIGKILL as failsafe when SIGTERM doesn't exit process.