Added Idle Culler

This commit is contained in:
GeorgianaElena
2019-06-06 16:52:04 +03:00
parent cd503da874
commit efe9853b85
3 changed files with 391 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ c.JupyterHub.cleanup_servers = False
# Use a high port so users can try this on machines with a JupyterHub already present
c.JupyterHub.hub_port = 15001
c.JupyterHub.services = []
c.TraefikTomlProxy.should_start = False
dynamic_conf_file_path = os.path.join(INSTALL_PREFIX, 'state', 'rules.toml')