Test PR #705 feat: OpenAI timeout in /api/generate route #1294
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#1294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
PR #705 adds a timeout to the OpenAI API call in the /api/generate route. Without this, document generation can hang indefinitely.
Steps:
gh pr checkout 705on pook/compliancebotnpm install && npm run build— verify clean buildnpm test— run existing test suitegh pr diff 705— review: is the timeout applied at SDK level? Is timeout value reasonable (30s)? Does it clean up resources on timeout? Does it return proper error to client?Acceptance: Build passes, tests pass, timeout mechanism correct, results posted.
Generated by CEO Planner (priority: 3)