-
Notifications
You must be signed in to change notification settings - Fork 310
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
Port terminal culling from Notebook #438
Port terminal culling from Notebook #438
Conversation
This adds functionality to track a terminal's last activity and optionally cull terminals that have been inactive for some specified duration.
RTD is currently failing with an ImportError Also move to a recent Python, because I don't know how long 3.5 will be available on conda.
* Restore detection of missing terminado package * Properly handle terminals_enabled config * Disambiguate terminado availability from web settings * Further clarity on terminal availability * Rename terminals_in_use back to terminals_available
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
==========================================
+ Coverage 77.63% 77.81% +0.17%
==========================================
Files 105 106 +1
Lines 8964 9086 +122
Branches 956 968 +12
==========================================
+ Hits 6959 7070 +111
- Misses 1666 1669 +3
- Partials 339 347 +8
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @kevin-bates
…culling Port terminal culling from Notebook
This PR brings from notebook the following PRs to enable the culling of terminals:
Resolves #432
(Note: I was seeing intermittent CI failures in CI-setup and post-test phases (install examples). All failures were related to python installation issues and it felt like a repository was down or some kind of update was occurring since the issue would move around. Since these shouldn't be related, I'm moving forward with submitting the PR.)