Does anyone know how to increase the timeout for a...
# integrations
s
Does anyone know how to increase the timeout for an Export query in a Celigo flow? I am getting intermittent errors
Timeout: Request failed to complete in 15000ms  ETIMEOUT
When the server in under load, or there is more data, it may legitimately take more than 15 seconds. Right now, the export fails, but then it proceeds to the next step, despite the fact that I want to actually wait for the query to finish, no matter how long it takes.
m
MYSQL Connection?
Anyways, if so, there should be an option for "Advanced Properties" in the advanced settings of connection. There you can add connectTimeout and a value. 15000 is standard.
Also has requestTimeout which you can add a value (or 0 for no timeout).
s
SQL Server, but hopefully the same settings apply. I’ll give it a try, thanks!
m
Yea, you should be good with that.
s
thanks for the recommendation, the setting worked and we haven’t seen any errors since the change
m
Glad to hear it.