Skip to content
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

Handle failure to fetch remote kernel specs #12559

Merged
merged 1 commit into from
Jan 18, 2023
Merged

Handle failure to fetch remote kernel specs #12559

merged 1 commit into from
Jan 18, 2023

Conversation

DonJayamanne
Copy link
Contributor

@DonJayamanne DonJayamanne commented Jan 17, 2023

Fixes #12203
Fixes #12204

@DonJayamanne DonJayamanne marked this pull request as ready for review January 17, 2023 22:42
@vscodenpa vscodenpa added this to the January 2023 milestone Jan 17, 2023
@DonJayamanne DonJayamanne enabled auto-merge (squash) January 17, 2023 22:49
* Last error thrown when listing the kernels.
* Use this property to determine if there was an error fetching kernels when there are no kernels listed.
*/
lastError?: Error;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know the full flow here, but this pattern seems a little suspicious or like it could lead to async issues- like maybe the error should be associated with a particular call to a method or an event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants