mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #438] [MERGED] fix: propagate the workflow timeout to its llama_deploy Client instance #464
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/438
Author: @masci
Created: 1/24/2025
Status: ✅ Merged
Merged: 1/25/2025
Merged by: @masci
Base:
main← Head:massi/436📝 Commits (1)
c3dd499fix: propagate the workflow timeout to its llama_deploy Client instance📊 Changes
5 files changed (+131 additions, -21 deletions)
View changed files
📝
llama_deploy/client/base.py(+1 -1)📝
llama_deploy/client/models/core.py(+4 -1)📝
llama_deploy/deploy/deploy.py(+1 -1)📝
llama_deploy/deploy/network_workflow.py(+26 -18)➕
tests/deploy/test_network_workflow.py(+99 -0)📄 Description
Fixes #436
The
Clientinstance used insideNetworkWorkflowto run nested workflows could not be set and it was timing out after the default 120s. With this PR the inner client will be set with the same timeout that was set for theNetworkWorkflow.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.