Handling App service time out

1
Is there a way to error handle the fact that an app service is down, and then do some action baesed on that?
asked
2 answers
1

https://forum.mendix.com/questions/6863/Create-time-out-for-App-Service :-)

answered
0

I found out that you have to set up the consumed app service by going to the app service in the nav tree than Settings, select the Settings tab set the Use timeout on actions to yes, and then set how much time we want to allow before the error handling is triggered.

then if your app service call action has error handling enabled, it should work.

answered