jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
615 stars 220 forks source link

Feature/configure kernel launch terminate on events #1383

Open OrenZ1 opened 4 weeks ago

OrenZ1 commented 4 weeks ago

This pull request adds the option to configure kernel container events which should cause a termination of the kernel launch process. The user can now configure "unresolvable" events, to prevent a long wait for the timeout when such events occur. It also allows the users to set a different timeout for some events, in example when a user knows an event may resolve after a small wait, but if it didn't, they want to terminate the kernel launch process.

OrenZ1 commented 4 weeks ago

Discussed in #1357

OrenZ1 commented 1 week ago

Hi! Any update on this?

OrenZ1 commented 6 days ago

Added presence in the Command-Line Options in the RemoteMappingKernelManager section.