Skip to content

fix: add 60s timeout to replan LLM call to prevent orchestrator hang#12

Merged
k08200 merged 1 commit intomainfrom
fix/implement-pipeline-e2e
Mar 9, 2026
Merged

fix: add 60s timeout to replan LLM call to prevent orchestrator hang#12
k08200 merged 1 commit intomainfrom
fix/implement-pipeline-e2e

Conversation

@k08200
Copy link
Copy Markdown
Owner

@k08200 k08200 commented Mar 9, 2026

replan() could hang indefinitely when LLM API didn't respond. Promise.race with 60s timeout ensures the orchestrator loop continues. Verified: 5/5 tasks completed with replan working correctly.

replan() could hang indefinitely when LLM API didn't respond.
Promise.race with 60s timeout ensures the orchestrator loop continues.
Verified: 5/5 tasks completed with replan working correctly.
@k08200 k08200 marked this pull request as ready for review March 9, 2026 09:34
@k08200 k08200 merged commit 5cafed1 into main Mar 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant