Link to idle culler

This commit is contained in:
YuviPanda
2024-06-10 18:33:17 -07:00
parent 8ca8750b04
commit 5c4eab0c15

View File

@@ -240,8 +240,8 @@ can also automatically add a proxy route to forward web requests to
that service. that service.
A common example of a service is the [cull idle A common example of a service is the [cull idle
servers](https://jupyterhub.readthedocs.io/en/stable/getting-started/services-basics.html#real-world-example-to-cull-idle-servers) servers](https://github.com/jupyterhub/jupyterhub-idle-culler)
script. When started by the hub, it automatically gets admin API service. When started by the hub, it automatically gets admin API
tokens. It uses the API to list all running servers, compare against tokens. It uses the API to list all running servers, compare against
activity timeouts, and shut down servers exceeding the limits. Even activity timeouts, and shut down servers exceeding the limits. Even
though this is an intrinsic part of JupyterHub, it is only loosely though this is an intrinsic part of JupyterHub, it is only loosely