You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: