-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Cull idle terminals #3868
Comments
That's probably a good idea. |
Is there any update on this feature? Maybe implemented somewhere else? |
This adds functionality to track a terminal's last activity and optionally cull terminals that have been inactive for some specified duration. Resolves: jupyter#3868
This adds functionality to track a terminal's last activity and optionally cull terminals that have been inactive for some specified duration. Resolves: jupyter#3868
This adds functionality to track a terminal's last activity and optionally cull terminals that have been inactive for some specified duration. Resolves: jupyter#3868
I just noticed @clkao's linked comment in the opening description. Since #5372 creates an application-level terminal manager, we can easily shut down terminals when the Notebook server is stopped (similar to running kernels). I'll go ahead and add that to the PR. If anyone disagrees, please let me know. |
Hi, Any update on this feature? |
PR #5372 was created a few weeks back. I'm hoping to have it reviewed shortly. If you'd like to take it for a spin and report back on that PR, it would be appreciated. |
#2963 added
shutdown_no_activity_timeout
andterminal_last_activity
, but it seems there's no way to cull idle terminal right now, which prevent the notebook from being shutdown automatically.Should we have another pair of
cull_idle_timeout
cull_interval
for terminals?The text was updated successfully, but these errors were encountered: