mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Run idle culler as a tljh module
This commit is contained in:
@@ -208,7 +208,7 @@ def set_cull_idle_service(config):
|
||||
Set Idle Culler service
|
||||
"""
|
||||
cull_cmd = [
|
||||
sys.executable, '/srv/src/tljh/cull_idle_servers.py'
|
||||
sys.executable, '-m', 'tljh.cull_idle_servers'
|
||||
]
|
||||
cull_config = config['services']['cull']
|
||||
print()
|
||||
|
||||
Reference in New Issue
Block a user