[PR #61] [CLOSED] fix: surface exception error in iteration failure msg #113

Closed
opened 2026-02-27 10:22:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/61
Author: @dogonthehorizon
Created: 1/15/2026
Status: Closed

Base: mainHead: fix/error-reporting-iteration-failure


📝 Commits (1)

  • fb9c780 fix: surface exception error in iteration failure msg

📊 Changes

1 file changed (+8 additions, -7 deletions)

View changed files

📝 src/ralph_orchestrator/orchestrator.py (+8 -7)

📄 Description

Prior to this PR this is what I'd see when triaging iteration failures:

[2026-01-14T11:41:01.970085] Iteration 1: Iteration failed
[2026-01-14T11:41:53.172501] Iteration 2: Iteration failed

With this PR we get a little more information, though still needs a bit of work:

[2026-01-14T19:03:21.430469] Iteration 1: ACP error: Internal error
[2026-01-14T19:08:27.438380] Iteration 2: Prompt execution timed out after 300 seconds
[2026-01-14T19:10:15.080967] Iteration 3: ACP error: Internal error
[2026-01-14T19:12:29.917828] Iteration 4: ACP error: Internal error
[2026-01-14T19:14:47.887365] Iteration 5: ACP error: Internal 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/mikeyobrien/ralph-orchestrator/pull/61 **Author:** [@dogonthehorizon](https://github.com/dogonthehorizon) **Created:** 1/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/error-reporting-iteration-failure` --- ### 📝 Commits (1) - [`fb9c780`](https://github.com/mikeyobrien/ralph-orchestrator/commit/fb9c7800bf9ecb367a45f941cec317bd71cee597) fix: surface exception error in iteration failure msg ### 📊 Changes **1 file changed** (+8 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/ralph_orchestrator/orchestrator.py` (+8 -7) </details> ### 📄 Description Prior to this PR this is what I'd see when triaging iteration failures: ``` [2026-01-14T11:41:01.970085] Iteration 1: Iteration failed [2026-01-14T11:41:53.172501] Iteration 2: Iteration failed ``` With this PR we get a little more information, though still needs a bit of work: ``` [2026-01-14T19:03:21.430469] Iteration 1: ACP error: Internal error [2026-01-14T19:08:27.438380] Iteration 2: Prompt execution timed out after 300 seconds [2026-01-14T19:10:15.080967] Iteration 3: ACP error: Internal error [2026-01-14T19:12:29.917828] Iteration 4: ACP error: Internal error [2026-01-14T19:14:47.887365] Iteration 5: ACP error: Internal error ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:22:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ralph-orchestrator#113
No description provided.