Skip to content

Commit 10fdd20

Browse files
authored
Merge pull request #83 from rcthomas/traitlets
Replace tornado options with traitlets
2 parents 40ffce4 + 12907f9 commit 10fdd20

File tree

4 files changed

+233
-132
lines changed

4 files changed

+233
-132
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ python3 -m jupyterhub_idle_culler [--timeout=900] [--url=http://localhost:8081/h
131131
same time can slow down the Hub, so limit
132132
the number of API requests we have
133133
outstanding at any given time. (default 10)
134+
--config Service configuration file to load.
135+
(default idle_culler_config.py)
134136
--cull-admin-users Whether admin users should be culled (only
135137
if --cull-users=true). (default True)
136138
--cull-every The interval (in seconds) for checking for

0 commit comments

Comments
 (0)