Last updated 4 years ago
Was this helpful?
In case we have to deal with a slow upstream system, the of the request action will help. Here we allow a five second overall timeout for the request:
request
<flow> <request> { "url": "https://httpbin.org/delay/4", "options": { "timeout": 5 } } </request> </flow>
Without that timeout option the request will be aborted after three seconds – FLAT's default timeout setting.
timeout
(Reference)
(Administration)