how to extend Apigee Node.js timeout

Not applicable

Hi everyone,

I am using Apigee Edge with Node.JS application Proxy.

I would like to extend the timeout, and I tried few configurations, but they are not working.

Can someone help me?

Thanks,

Tom

0 1 232
1 REPLY 1

I understand you want a request being sent to nodejs target to have a higher timeout.

The nodejs target is not listening on http, so it is not possible to adjust the timeout on a ScriptTarget with the io.xxx properties as you can do on an HTTPTargetConnection.

Why is the backend taking so long? It seems like a bug if your backend takes 60s to respond.

Also, Have you seen this answer?