Hello,
In one of my integration I use a Call REST Endpoint to send a quite large Json payload (but under the 20 Mb limit).
Each time a call the REST endpoint, I get an error at 180s execution time. The error message is following : Request to https://xxx/mass_update_stock failed with reason: TIMEOUT_WEB
I checked the known limitation for the Call REST Endpoint task (https://cloud.google.com/application-integration/docs/quotas) and the documentation only mentions limitations on concurrent calls or message size. The document gives a 3 minutes timeout for connector calls, but this is not my case.
So my questions are :
- Is there alse a 3 minutes timeout limitations for Call REST Endpoint task?
- Is there a way to increade this timeout?
Regards
Solved! Go to Solution.
Hi @phertzog,
I understand how annoying it can be to face timeouts, particularly when working with large payloads and critical integrations. Please see my answers to each of your key questions below:
I hope the above information is helpful.
Hi @phertzog,
I understand how annoying it can be to face timeouts, particularly when working with large payloads and critical integrations. Please see my answers to each of your key questions below:
I hope the above information is helpful.
Hello,
Thank you for the confirmation of the limitations. I was expecting that there is no way to bypass the 3 minutes mark, but was worth a try 🙂
I will take into account your suggestion (I already had some of these in my mind).
Regards
Regards