Change the timeout on an App Service call

0
I have a couple of App Service actions that occasionally fail to trigger the Microflow on the publishing app. This means that the consuming app has to wait for the action to time out before trying again or producing an error message. When the call succeeds, it always does so within a couple of seconds but the timeout seems to be set to about 20 seconds. Can I somehow set the timeout to something more like 5 seconds?
asked
1 answers
1

Hi Olly,

You mean you want to change the timeout on the consuming side? Then you can do this on the settings tab of your consumed app service. It's default set to 30 seconds, but you can send it to 5 seconds.

More info here:

https://docs.mendix.com/refguide/settings

Regards

answered