[GH-ISSUE #10346] Execution timeout for Jupyter should be configurable #15862

Closed
opened 2026-04-19 21:57:17 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @peter-ch on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10346

Originally assigned to: @tjbck on GitHub.

If a computation takes 10 seconds or longer with Jupyter (I didn't test pyodide but maybe the problem is present there as well) it fails:

Image

This makes it hard to work with network I/O code, file search, machine learning, everything where I need to wait a bit longer.
So this timeout could be a parameter in the code execution section.

Originally created by @peter-ch on GitHub (Feb 19, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10346 Originally assigned to: @tjbck on GitHub. If a computation takes 10 seconds or longer with Jupyter (I didn't test pyodide but maybe the problem is present there as well) it fails: ![Image](https://github.com/user-attachments/assets/44dd3875-25ec-45fd-b6d2-c4be5d5d0167) This makes it hard to work with network I/O code, file search, machine learning, everything where I need to wait a bit longer. So this timeout could be a parameter in the code execution section.
Author
Owner

@peter-ch commented on GitHub (Feb 19, 2025):

Also an indicator that lights up when the kernel is running would be nice, because I see no change after clicking "Run" and there's the potential to click it multiple times (does this cause it to restart the kernel?).

<!-- gh-comment-id:2668348162 --> @peter-ch commented on GitHub (Feb 19, 2025): Also an indicator that lights up when the kernel is running would be nice, because I see no change after clicking "Run" and there's the potential to click it multiple times (does this cause it to restart the kernel?).
Author
Owner

@tjbck commented on GitHub (Feb 19, 2025):

Agreed, taking a look!

<!-- gh-comment-id:2669747060 --> @tjbck commented on GitHub (Feb 19, 2025): Agreed, taking a look!
Author
Owner

@tjbck commented on GitHub (Feb 20, 2025):

Addressed with fe5c4b95d5c72f84725694791918aeba7f438436!

<!-- gh-comment-id:2670131424 --> @tjbck commented on GitHub (Feb 20, 2025): Addressed with fe5c4b95d5c72f84725694791918aeba7f438436!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15862