[PR #45] [MERGED] stop asyncio from swallowing errors #230

Closed
opened 2026-02-16 01:16:34 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: logan/fix_error_handling


📝 Commits (1)

  • f37f95d stop 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/45 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/26/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/fix_error_handling` --- ### 📝 Commits (1) - [`f37f95d`](https://github.com/run-llama/llama_deploy/commit/f37f95d81fdeddb7799c691dff0fcfbec456cc53) stop asyncio from swallowing errors ### 📊 Changes **2 files changed** (+12 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `llama_agents/launchers/local.py` (+7 -0) 📝 `llama_agents/launchers/server.py` (+5 -1) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:34 -05:00
yindo closed this issue 2026-02-16 01:16:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#230