Modify Timeout value in App Connect Enterprise

445 Views Asked by At

I am Making an HTTP Service with IBM ACE that has the following flow

enter image description here

The JavaCompute in this case called IndexHandler is doing a bit slow but necessary processing with the database and when I test it with postman I get an error "504 Gateway Time-out" when the process exceeds 30 seconds

enter image description here

Is it possible to modify the value of that timeout?

2

There are 2 best solutions below

0
On

Almost everything is configurable in ACE/IIB. Please see the IBM docs for the HTTPInput node

I think you probably need to look at 'Maximum client wait time'.

0
On

you can modify the client wait time property from the HTTP Input node.

go to Error Handling Tab in Node Properties and Modify Maximum client wait time, default value is 180 Sec (3 Minutes)