jupyter-server / jupyter_server

The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
https://jupyter-server.readthedocs.io
BSD 3-Clause "New" or "Revised" License
489 stars 308 forks source link

Ability to configure cull_idle_timeout with kernelSpec #1342

Closed akshaychitneni closed 1 year ago

akshaychitneni commented 1 year ago

This change enables users to configure culling behavior per kernel by configuring the timeout using kernel spec. This would provide users flexibility to configure timeout values per kernel based on their use cases

akshaychitneni commented 1 year ago

Thanks @kevin-bates. Updated my branch.