Why am I Receiving a Timeout Error Message with OpenAi Create Transcript on a Free Account?

This topic was automatically generated from Slack. You can find the original thread here.

Does anyone know why I am getting this error message with OpenAi Create Transcript:

TIMEOUT: TIMEOUT
    at Timeout._onTimeout (file:///var/task/lambda_handler.mjs:884:23)
    at listOnTimeout (node:internal/timers:569:17)
    at process.processTimers (node:internal/timers:512:7)

(I’m on the free account). Thanks

your workflow is taking too long to run. PipeDream has a timeout limit (if the workflow takes longer than X seconds to run, it will automatically time out). You can increase it to 300s I believe on the free tier. Just go to your workflow settings

you are a legend. that fixed it. thanks!