jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server

Home Page:http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow jupyterhub to be restarted w/o stopping single user servers

ellisonbg opened this issue · comments

We are currently managing the jupyterhub process through supervisord. When jupyterhub is reconfigured and restarted through supervisord, the single user servers are killed. It would be very helpful to be able to reconfigure+restart the hub while leaving the single user servers alive. What would be needed to accomplish this?

@minrk @willingc

Maybe as simple as setting cleanup_proxy and cleanup_servers to False? Will try that now...

Yep, that did it. I will add a variable to the host vars file to configure this...very nice!!!

Great! Thanks @ellisonbg.

Done in master...