Default webservice timeout in nginx

2
In one of our projects we are consuming a webservice to buy tickets. One of the assumptions that the supplier has is that if for whatever reason his response takes over 1 minute that it should be handled as a timeout and accordingly a cancel request should be send. I currently use error handling to catch any error thrown in the webservice request but because the server actually does response after 3 minutes or so it never reaches this point. This made me wonder what the current timeout is for a webservice to be aborted. I found this post stating that since 2.4.5 ws timeouts have been removed but i cannot imagine that no timeout is handled at all, otherwise a microflow calling an external webservice could run for ever. This leads to my question what is the default timeout used by mendix in the nginx configuration, and can this behaviour be set differently for different webservices?
asked
0 answers