mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #45] [MERGED] stop asyncio from swallowing errors #230
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/45
Author: @logan-markewich
Created: 6/25/2024
Status: ✅ Merged
Merged: 6/26/2024
Merged by: @logan-markewich
Base:
main← Head:logan/fix_error_handling📝 Commits (1)
f37f95dstop asyncio from swallowing errors📊 Changes
2 files changed (+12 additions, -1 deletions)
View changed files
📝
llama_agents/launchers/local.py(+7 -0)📝
llama_agents/launchers/server.py(+5 -1)📄 Description
Technically, these tasks should never be done, and if they are, there was an exception. So lets report that instead of swallowing the error
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.