Skip to content

Send HTTP shutdown request on 'stop' subcommand#3000

Merged
takluyver merged 3 commits intojupyter:masterfrom
takluyver:stop-cmd-http
Nov 2, 2017
Merged

Send HTTP shutdown request on 'stop' subcommand#3000
takluyver merged 3 commits intojupyter:masterfrom
takluyver:stop-cmd-http

Conversation

@takluyver
Copy link
Copy Markdown
Member

Signals don't work on Windows. This tries the HTTP shutdown request first. On Unix, it will try SIGTERM after 5 seconds, and SIGKILL after another 5, if the server didn't already exit.

Closes gh-2937

Signals don't work on Windows. This tries the HTTP shutdown request first.
On Unix, it will try SIGTERM after 5 seconds, and SIGKILL after another 5, if the
server didn't already exit.

Closes jupytergh-2937
@takluyver takluyver added this to the 5.3 milestone Oct 31, 2017
@xiaosuyu1997
Copy link
Copy Markdown

image
Meet a problem when trying to stop jupyter notebook on a server. It seems the httpRequest sent has some permission issue as I'm not root on this server?

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jupyter notebook stop - permission denied

3 participants