-
Notifications
You must be signed in to change notification settings - Fork 309
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
terminals excluded from activity monitoring #432
Comments
I think we need to port jupyter/notebook#5372 to server (and make jupyter/notebook#5465 is there as well). |
Awesome! I didn't notice this had landed in the classic server already. |
We also need to bring jupyter/notebook#5462 to the party as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kernels are monitored for activity and can be shutdown when they have been idle for some period of time. Terminals, on the other hand, are not observed for activity and therefore never treated as idle. This has two consequences:
shutdown_no_activity
will never teardown the server itself.This would help e.g. jupyterhub deployments that want to shutdown after some idle time.
The text was updated successfully, but these errors were encountered: