Call REST Service Timeout issue

0
I have a microflow that performs REST call using 'Call REST Service' ... I have set following timeout options Use timeout on request : Yes Timeout(s) : 0 ( I am expecting default value to be honored  here (300 s) )   However call gets stuck infinitely in case of any problem while performing REST call ...   Should i explicitly specify +ve number? What is the best practice?          
asked
1 answers
0

Hi Sachin, 

 

The recommendation is to set Timeout to Yes and use an appropriate value for Timeout. The exact value of timeout depends on the service you are using - maybe by doing performance testing on the API or you can request API service provider these details. Please see below documentation for more information

Call REST Service | Mendix Documentation

 

Regards

answered