zyratlo commented on code in PR #7601:
URL: https://github.com/apache/texera/pull/7601#discussion_r3786452697
##########
frontend/src/app/workspace/service/notebook-migration/migration-llm.ts:
##########
@@ -79,6 +79,8 @@ interface CombinedMapping {
* Terminal UDFs (no outgoing edge) declare their outputs as `string` so the
result panel
* renders viewable values rather than opaque binary blobs.
*/
+export const LLM_REQUEST_TIMEOUT_MS = 10 * 60 * 1000;
Review Comment:
Fixed in
[c006e30](https://github.com/apache/texera/pull/7601/commits/c006e3063746e02905a1ac802c5bd58cbe2190cc).
Added gui.workflow-workspace.python-notebook-migration-timeout-minutes
(default 10). migration-llm now reads it and falls back to the default when it
is unset or non-positive, so a deployment can tune it to its own models and
notebook sizes. Covered in GuiConfigSpec and the LLM spec.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]