I am Making an HTTP Service with IBM ACE that has the following flow
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
Is it possible to modify the value of that timeout?
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'.