Hello,
I have created a combination of two scenarios:
1 - In the first of them, among other modules, HTTP POST request calls second scenario’s webhook and waits for the response in order to continue
2 - Webhook is called, scenario runs - processing data with OpenAI in between, webhook response sends the OpenAI module output data back to the first scenario
In general it worked successfully but unfortunately the errors have happed few times as well. They were related to the timeout of the webhook response, that led to no data being sent back. The HTTP module gets status 200 but no data means problems in the next part of the scenario.
Do you have any advice what to do? Is there any setting to change the timeout limit? In most of the runs it worked but I’m afraid that OpenAI processing might take a longer moment often times, therefore I should built the system in some other way.
Best regards!