Skip to content

Commit

Permalink
Merge pull request #7 from 1kastner/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda authored Jun 15, 2020
2 parents f969193 + 9e78d32 commit cb3e4b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
JupyterHub Idle Culler Service
==============================

``jupyterhub-idle-culler`` provides a JupyterHub service to cull and
shut down idle notebook servers and users on a JupyterHub deployment.
``jupyterhub-idle-culler`` provides a JupyterHub service to identify and shut down idle or long-running Jupyter Notebook servers.
The exact actions performed are dependent on the used spawner for the Jupyter Notebook server (e.g. the default `LocalProcessSpawner <https://jupyterhub.readthedocs.io/en/stable/api/spawner.html#localprocessspawner>`_, `kubespawner <https://github.com/jupyterhub/kubespawner>`_, or `dockerspawner <https://github.com/jupyterhub/dockerspawner>`_.
In addition, if explicitly requested, all users whose Jupyter Notebook servers have been shut down this way are deleted as JupyterHub users from the internal database. This neither affects the authentication method which continues to allow those users to log in nor does it delete persisted user data (e.g. stored in docker volumes for dockerspawner or in persisted volumes for kubespawner).

Setup
=====
Expand Down

0 comments on commit cb3e4b6

Please sign in to comment.