Microflow timeout

0
Hi, recently in the app I’m getting this kind of errors when app is running on cloud:  /xas/(retrieve_by_microflow) timed out after 5000 ms This is what I see in logs. in the app it appears as Connection timed out…. error. i have already looked at this case https://community.mendix.com/link/questions/90517  and set it to 15000 in index file, but I think that makes difference only on local run, but running locally there is no problems.   My question is, how to increase this timeout for app running on cloud ?   BR Miha  
asked
1 answers
1

Maybe this post gives a better idea: https://forum.mendix.com/link/questions/89906?

Also see if it is possible to run the microflow async, might be a solution to the issue that you are experiencing

answered