jupyter-server-proxy icon indicating copy to clipboard operation
jupyter-server-proxy copied to clipboard

Kill proxy process

Open igeti opened this issue 5 years ago • 4 comments
trafficstars

How can I kill a process that I started using a proxy? Through the console method kill, it will create a new one.

igeti avatar Apr 18 '20 18:04 igeti

Thanks for opening this, @igeti. I think currently there is no way for a process to be killed from the outside. However, if the process exits cleanly of its own accord, I think it won't be restarted. Hope this is helpful!

yuvipanda avatar Apr 20 '20 05:04 yuvipanda

@yuvipanda thanks for the answer! As I understand you, I can’t kill it from the outside. But can I kill the process by calling terminate method (https://github.com/yuvipanda/simpervisor/blob/25b490f8932d0c376b17cc04e308dd98f755b583/simpervisor/process.py#L151)?

igeti avatar Apr 20 '20 22:04 igeti

@igeti you should be, yeah. if you can find a way to call that. What process are you running?

yuvipanda avatar Apr 23 '20 12:04 yuvipanda

@yuvipanda ui MLflow

igeti avatar Apr 23 '20 17:04 igeti