I was wondering if it is possible to restart a session if the underlying kernel process is down (either killed or if it randomly stops after running for a long time). In such a case, both session.terminate() and session.restart() hang and seem unable to complete.
Hi,
I was wondering if it is possible to restart a session if the underlying kernel process is down (either killed or if it randomly stops after running for a long time). In such a case, both
session.terminate()
andsession.restart()
hang and seem unable to complete.Any pointers would be highly appreciated. Thanks.