Deep Research API Timeout Issue
- Deep Research API calls take longer than Convex's 10-minute action limit
- Getting "Function execution timed out" errors
- Need ~15 minutes for comprehensive research tasks
Anyone have workarounds for long-running tasks? How do you handle this in Convex?
2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
You can configure a webhook when sending requests to OpenAI: https://platform.openai.com/docs/guides/deep-research#best-practices
Easiest solution is to have one action make the request, then set up a http action that consumes the response
HTTP Actions | Convex Developer Hub
Build HTTP APIs directly in Convex