jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
246 stars 85 forks source link

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

Closed ellisonbg closed 7 years ago

ellisonbg commented 7 years ago

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

ellisonbg commented 7 years ago

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

ellisonbg commented 7 years ago

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

willingc commented 7 years ago

Great! Thanks @ellisonbg.

ellisonbg commented 7 years ago

Done in master...