Connections pool management by Trireme

I want to know how does Nodejs runtime (Trireme) manages the connections to the backend. We have Nodejs component deployed on this runtime for few APIs, and we are not able to find out the settings/config for connection management. I mean, how and where can I see these configurations?

0 3 152
3 REPLIES 3

Are you working on an older version of Apigee on-prem? AFAIK we cannot change these configurations.

Actually Trireme has been retired and has been replaced with more useful Hosted Targets.

https://docs.apigee.com/release/notes/trireme-nodejs-eol

Yes, we use an older version of on-prem Apigee. We have a good amount of Nodejs code running on it and plan to move it out is in process, but for now we have to manage with it. So, isn't there any way to find how Trireme manages connections?

The connection pool is configured via Node.js and its documented here: https://docs.apigee.com/api-platform/nodejs/debugging-nodejs-proxies#increasingconnectionpoolsizetoi...