This topic was automatically generated from Slack. You can find the original thread here.
Heya team, how are people handling long-running deep research tasks? I signed up for paid becuase I thought it would give me that power, curious if anyone has tips? I don’t really have time to trial and error here:
I read the troubleshooting memory docs, but im unclear how I should be using it for using the existing integrations? Anyone have a fix? thanks in advance
What type of deep research tasks are you doing? Workflow execution has a hard cap of 12.5 minutes, but you can suspend execution basically indefinitely, and resume later via a callback or by polling for updates to an async job, etc.
I’m just prototyping here, but ideally i’d like the concept of an agent – a model that backs a long running task, and can call tools, wait and continue as needed. without worrying about timeout
That error that you’re showing is saying that the workflow execution ran out of memory, not time. So it’s possible the results it got back from one of the steps requires more memory in the execution environment, I’d try increasing the memory (and probably the timeout).