Add link to jupyterhub-idle-culler

See #584
This commit is contained in:
1kastner
2020-08-23 09:59:45 +02:00
committed by GitHub
parent e1af14143c
commit 5e90b27ff7

View File

@@ -13,6 +13,10 @@ JupyterHub pings the user's notebook server at certain time intervals. If no res
is received from the server during this checks and the timeout expires, the server is
considered to be *inactive (idle)* and will be culled.
The idle culler is maintained as
`a separate project <https://github.com/jupyterhub/jupyterhub-idle-culler>`_.
For advanced users, the code leaves the option for direct adjustment, e.g. to add
features such as purging old user data.
Default settings
================