Service Call out Time out settings

Currently we have set Time out setting at router (router.properties) and MP (message.properties) components as 3 minutes and is overridden at proxy level using (io.timeout.millis & api.timeout) properties and is set to 1 minute.


Now we have introduced one new service call out policy ,based on this Can you please clarify on below items


1) is 3 minutes is going to apply as time out settings to back end call defined @ service callout policy

2) Can you please provide standard time out settings for health monitoring that needs to be implemented at service call out policy

0 3 141
3 REPLIES 3

Not applicable

For service callout you can set the timeout in policy.

That 3minute will not apply for service callout. There are callout configurations need to be set.

The standard in practice for timeout is 2secs in an industry. But you can set as per your requirement. Some SOAP services take longer.

@Priyadarshi Ajitav Jena

Thanks for you reply. I hope you are saying 2 secs is for health monitoring?

Currently health check is implemented as part of Rest service

We follow the Api response time 2sec as a decent time for response.