Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
container culling service #167
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anaderi commentedNov 18, 2016
since v 0.7 jupyterhub can run services (https://github.com/jupyterhub/jupyterhub/blob/798346dbe8c9492f32cb7ceea7c6dffe635a85e4/docs/source/services.md)
add parameter to everware config on how long everware should wait before shutting idle container down.
Everware should run culling service to do that (https://github.com/jupyterhub/jupyterhub/tree/master/examples/cull-idle).