mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Add missing words
Copied from https://jupyterhub.readthedocs.io/en/latest/reference/services.html
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
When working with JupyterHub, a **Service** is defined as a process
|
When working with JupyterHub, a **Service** is defined as a process
|
||||||
that interacts with the Hub's REST API. A Service may perform a specific
|
that interacts with the Hub's REST API. A Service may perform a specific
|
||||||
or action or task. For example, shutting down individuals' single user
|
or action or task. For example, shutting down individuals' single user
|
||||||
notebook servers that have been is a good example of a task that could
|
notebook servers that have been idle for some time is a good example of
|
||||||
be automated by a Service. Let's look at how the [cull_idle_servers][]
|
a task that could be automated by a Service. Let's look at how the
|
||||||
script can be used as a Service.
|
[cull_idle_servers][] script can be used as a Service.
|
||||||
|
|
||||||
## Real-world example to cull idle servers
|
## Real-world example to cull idle servers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user