Is it possible to extend the timeout threshold of an HTTP node?
I have this error Problem in node ‘HTTP Request‘ - timeout of 300000ms exceeded. I am calling OpenAI Completion API which indeed, can take up to 45min.
It looks like you’re sending quite a fair bit of data at once - can you try smaller batches and see if that helps with the timeout? If a lower limit doesn’t help, you can configure the timeout in the node options:
I’ve got the same issue here. The connection between n8n and OpenAI seems to disconnect after a few minutes of waiting for the output, even if the timeout is set to one hour.
Sometimes I get this error: ERROR: The connection to the server was closed unexpectedly; perhaps it is offline. You can retry request immediately or wait and retry later.