I have a api which takes around 60 minutes to process the request. So we enabled streaming to process the request. Router and message processor are set to time out after 5 minutes and 4 minutes.
We want to timeout our streaming api after 62 minutes forcefully. Can you please suggest a way to timeout an api when streaming is enabled ?