Skip to content

Changing KERNEL_LAUNCH_TIMEOUT value for kubernetes EG #1291

Discussion options

You must be logged in to vote

When a POST on /api/kernels call comes into the EG server (i.e., a kernel start request), the message body that contains the name of the kernel also supports an env entry that is a dictionary of name/value pairs (each name is the environment variable name, and each value is its value). If you're hitting your EG server from a Notebook of Jupyter Server (Lab) server, then KERNEL_LAUNCH_TIMEOUT should reside in the env of that server process (unless you have added a means to influence the payload of the kernel start request). The gateway client software running within that server automatically transfers any KERNEL_-prefixed envs to the start request's payload when starting a kernel.

The clie…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@amit-chandak-unskript
Comment options

@kevin-bates
Comment options

Answer selected by amit-chandak-unskript
@amit-chandak-unskript
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants