tiledesk-server icon indicating copy to clipboard operation
tiledesk-server copied to clipboard

Web Request Action timeout at 20,000 ms

Open sartipaz opened this issue 11 months ago • 1 comments

Hello, Im trying to use the OpenAI Assistants API from activepieces (zapier alternative) as you dont support it yet. The problem is that using that API takes a long time, almost a minute and my Web Request Action timesout at 20,000 ms.

Is there a way to move that hardcoded 20000 to a env var so it can be set in the docker compose, that way we will have more flexibility in setting that timeout from the docker image or with an .env

I found 20 not commented instances of the .timeout(20000) in the whole repo, but I don´t know which one I need to change...

Thank you

sartipaz avatar Mar 20 '24 23:03 sartipaz

Hi @sartipaz , we are releasing a new Web Request version for next week with customizable timeout option.

Thanks for your patience.

Andrea

sponzillo avatar Mar 21 '24 13:03 sponzillo