microsoft / vscode-tools-for-ai

Azure Machine Learning for Visual Studio Code, previously called Visual Studio Code Tools for AI, is an extension to easily build, train, and deploy machine learning models to the cloud or the edge with Azure Machine Learning service.
Other
321 stars 91 forks source link

Use internal Jupyter Lab package timeout and retry logic when connecting to terminal created in Jupyter #2291

Closed sevillal closed 5 months ago

sevillal commented 5 months ago

Currently we are giving just 10 seconds to allow terminal to move from created to connected state. Internally Jupyter package has a timeout of 2:02 minutes and internal retries. Enabling this logic should alleviate customers that are facing slower connections to Jupyter.

How to repro?

sevillal commented 5 months ago

Fixed by: https://github.com/devdiv-microsoft/vscode-azureml-remote/pull/157