You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @thomasLeclaire. Thank you for creating this issue. Could you please elaborate on the problem providing a more detailed description of the problem and reproduction path?
@andrii-i -- If I'm not wrong, the requirement is that JupyterHub has a feature to cull Jupyterlab servers upon no user activity (ref: service-to-cull-idle-servers. However any jobs scheduled using 'jupyter-scheduler' probably is not considered as an actvity by Jupyterlab server and consequently JupyterHub will cull the jupyterlab server thinking that the jupyterlab server is idle (doing nothing).
Can there be enhancements done to 'jupyter-scheduler' to let the jupyterlab server somehow detect the jobs being scheduled as an 'activity' and ultimately not getting itself culled by JupyterHub? However, if no jobs are scheduled, I think this can be considered as a 'no activity'.
andrii-i
changed the title
Manage the culling on jupyterHub
Manage the culling of Jupyter Server with scheduled jobs to support JupyterHub
Dec 4, 2024
Problem
In the context of JupyterHub, we should have some way to bypass the culling if some notebook are currently scheduled on the jupyterserver of an user.
Proposed solution
no real ideas :-(
The text was updated successfully, but these errors were encountered: