Why Does Query Terminate After One Minute When Executing Workflow With Postgres DB on Pipedream?

Hello I am using shared static IP as shown below

Have also noted despite the sql statement i am invoking in pipedream failing after one 1 minute, in the database the query is still active and runs to completion while in pipedream it shows terminated after 1 minute

That error message shows undici which isn’t a dependency of the pg npm library.

I wonder if there’s some config in the internal pipedream pg service that facilitates these queries that has a max timeout setting of 1 min

Yea I was going to try and loop in eng today, thanks for pointing that out, Pierce

Hopefully it’s something as simple as a timeout setting in there

Sounds like maybe the undici lib itself has a default timeout limit: Default fetch timeout too short · Issue #1373 · nodejs/undici · GitHub

Just verified that this happens with MySQL as well

— Jay just shipped a likely fix for this issue. Can you give it another try and let us know if it works for you?

Awesome work, workflow runs succesfully for the first time even after one minute runtime, thanks alot