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 pseudo waiting kernels when switching kernels #19

Conversation

sigmarkarl
Copy link

@sigmarkarl sigmarkarl commented Oct 8, 2024

Jupyter server should handle our pseudo waiting kernels when switching kernels

Jira Ticket

BGD-5953

Demo

Run a notebook in a workspace. When the notebook is running switch to another kernel. Should not encounter an error
Screenshot 2024-10-08 at 10 09 42

Checklist:

  • I have filled relevant self assessment (NodeJS, Frontend, Backend)
  • I have run ESlint on my changes and fixed all warnings and errors (NodeJS & Frontend Services)
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have validated all the requirements in the Jira task were answered
  • I have all neccessary approvals for the design/mini design of this task
  • I have approved the API changes and granular permission patterns (documentation subtask) (For public services only)

return {
"id": "waiting",
"name": "Waiting for kernel to start",
"last_activity": "2024-10-02T16:56:56.423328Z",
Copy link

Choose a reason for hiding this comment

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

should we have a hard-coded date here ?

@sigmarkarl sigmarkarl merged commit ddf0b98 into ocean-spark-jupyterserver-jlab Oct 9, 2024
20 of 44 checks passed
@sigmarkarl sigmarkarl deleted the BGD-5953-Workspace-switching-kernel-causes-an-error-changes branch October 9, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants