0

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 Answers 2

1

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'.

Sign up to request clarification or add additional context in comments.

Comments

1

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)

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.