Hey team, I often run into this error on Zapier because my assistant processes a large number of documents and takes some time to generate a response. Is there a way to make Zapier wait longer for the assistant to complete its generation? Thanks!
Hey Josselin Davy 👋 I don't think so unfortunately. Maybe you could try plugging faster models to your assistant? cc Alban
Hi, yes unfortunatly zapier has a 30 seconds hard limit. We also have a pipedream integration that lets you pick your timeouts (you pay per second, so they don't care if your workflows run longer)
Got it! Apparently, a workaround is to use a webhook-based callback to handle the action asynchronously. https://docs.zapier.com/platform/build/troubleshoot-action-timeouts
I've the same problem here, do you tried to use your solution Josselin Davy with webhook callback ?
Damien Boyer I’m currently testing an HTTP request in Make because it allows increasing the timeout up to 300 seconds. I’ll let you know if it works. Otherwise, in Make, you can use the Dust Integration, which has a 40-second timeout (10 seconds more than Zapier), if that helps.
Thanks I'm going to try Make 👌