-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TimeoutError: Timeout waiting for restart #1825
Comments
@Carreau Is there anything like this? Running
We could potentially change the value from a bool to an integer to represent the number of retries or timeout in seconds... |
We run some spark-backed kernels (Toree included) that I would love to be able to increase this timeout on, similar to the jupyter console settings. |
I think there is some logic somewhere to delay the timeout for the first heartbeat. Not sure where. It might be in a dependency. |
It appears to not be directly configurable:
|
This is easy to fix globally for the notebook in a simple way, but making it per kernelspec would be much more complicated. Also, it would require a bit more work to have it be for starting and restarting (as it is for |
Hi,
I have a very slow computer because of the many security layers that our corporate IT did deploy and I would like to know If it could be possible to have a parameter that could be used to customize the kernel restart timeout value?
thanks in advance.
jm
The text was updated successfully, but these errors were encountered: