Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Use a notebook serverextension for culling #14

Open
yuvipanda opened this issue Feb 26, 2018 · 1 comment
Open

Use a notebook serverextension for culling #14

yuvipanda opened this issue Feb 26, 2018 · 1 comment

Comments

@yuvipanda
Copy link
Contributor

We want to have a bit more intelligent culling, so let's make the single-user notebook pods do the culling themselves with a notebook extension. This lets us kill things when kernels have been idle for a while, rather than network request based killing.

@consideRatio
Copy link

Yes!

It would be great if the extension could reduce the following wasted use of resources situations.

  • A user reschedules a singleuser pod by letting the computer come back from sleep, and since there was a browser window still open...
  • A user might remain unculled without any actual activity.

I think JupyterLab might complicate things in general, something might work for normal notebooks, while not for a JupyterLab. Not investigated enough to tell.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants