Question regarding the system property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 11:22 PM
Hello Everyone,
I have a question related to glide.http.outbound.max_timeout.enabled. We don't have that property in instance but by default if the HTTP response time is more than 30 seconds then outbound rest/soap call stops and error will be updated as "No response for ECC message request with sysid*** after waiting for 30 seconds in ECC Queue".
My question is we don't have that property so can we set up waitForResponse() for that rest/soap call without touching the glide.http.outbound.max_timeout.enabled property?
Also if we set glide.http.outbound.max_timeout.enabled to false does this effect other rest/soap calls? Do we need to define waitForResponse for all rest/soap messages?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 03:58 PM
This should give you some bit of an answer. The property applies when using the executeAsync method. I don't have an answer other than this.